Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to specify image tag name #86

Open
tomuben opened this issue Nov 12, 2021 · 0 comments
Open

Add parameter to specify image tag name #86

tomuben opened this issue Nov 12, 2021 · 0 comments
Labels
feature Product feature

Comments

@tomuben
Copy link
Collaborator

tomuben commented Nov 12, 2021

Background

currently we use a hard coded name for the image tag of the docker container, consisting of flavor name and sha.
We would like to upload docker images for each release (see exasol/script-languages-release#56)
For that we need to overwrite the tag name with a a name from the command line.

Acceptance Criteria

The docker image tag name should be customizable, and the result should be $PARAM_NAME+FLAVOR_NAME

The parameter should be available for

  1. build
  2. run-db-test
  3. save
  4. push
  5. export
  6. upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

2 participants