You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
build
run-db-test
save
push
export
upload
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: