We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ability to pass revision number aka release number from CI, to control package versioning.
st2api_0.14dev-20_amd64.deb
So the version number 0.14dev is parsed from st2common automatically and revision number 20 is injected from outside via ENV.
0.14dev
st2common
20
Same as we have for mistral in docker-compose.
docker-compose should pick up env via docker/compose#1765 when using:
docker-compose
export ST2_RELEASE=20 docker-compose up debian
^^ I'm happy that feature with ENV variables was introduced in docker-compose and released in 1.5 version just hours ago. We're lucky here 🍀
Docs: https://github.com/docker/compose/blob/8cc8e61/docs/compose-file.md#variable-substitution
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Worked flawlessly in
https://github.com/armab/st2/blob/5736f16a58dbfdc9b30eafb5dc0b959c98f096a9/circle.yml#L51 https://github.com/armab/st2/blob/5736f16a58dbfdc9b30eafb5dc0b959c98f096a9/compose-suite.yml#L14,L15
Thanks Docker 👍
No branches or pull requests
Add ability to pass revision number aka release number from CI, to control package versioning.
So the version number
0.14dev
is parsed fromst2common
automatically and revision number20
is injected from outside via ENV.Same as we have for mistral in docker-compose.
docker-compose
should pick up env via docker/compose#1765 when using:export ST2_RELEASE=20 docker-compose up debian
^^ I'm happy that feature with ENV variables was introduced in docker-compose and released in 1.5 version just hours ago. We're lucky here 🍀
Docs: https://github.com/docker/compose/blob/8cc8e61/docs/compose-file.md#variable-substitution
The text was updated successfully, but these errors were encountered: