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

dynamic app_sdk & worker image urls #157

Merged
merged 1 commit into from
Oct 10, 2020

Conversation

harduino
Copy link
Contributor

@harduino harduino commented Sep 17, 2020

Ability for constructable app_sdk & worker image urls.
That feature will give us easier management of different production versions.

For example if we have legacy version of app, we could use such ENV:
SHUFFLE_BASE_IMAGE_REGISTRY=docker.io
SHUFFLE_BASE_IMAGE_NAME=frikky/shuffle
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-0.6.0"
So these images will be generated:
frikky/shuffle:app_sdk-0.6.0
frikky/shuffle:worker-0.6.0

For newest apps production ENV could have these ENVs:
SHUFFLE_BASE_IMAGE_REGISTRY=docker.io
SHUFFLE_BASE_IMAGE_NAME=frikky/shuffle
SHUFFLE_BASE_IMAGE_TAG_SUFFIX="-0.7.0"
So, on latest instances these images will be generated:
frikky/shuffle:app_sdk-0.7.0
frikky/shuffle:worker-0.7.0

@harduino harduino changed the title siemonster :: dynamic app_sdk & worker image urls dynamic app_sdk & worker image urls Sep 17, 2020
@frikky
Copy link
Member

frikky commented Oct 10, 2020

There will almost certainly be an issue with the Worker static base image in the future, but that's for future us to fix ;)

🔥 updates, keep em coming 🚀

@frikky frikky merged commit 65c9bed into Shuffle:master Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants