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

Lifecycle with release tags #128

Closed
bliemli opened this issue Jun 20, 2019 · 4 comments
Closed

Lifecycle with release tags #128

bliemli opened this issue Jun 20, 2019 · 4 comments
Labels

Comments

@bliemli
Copy link

bliemli commented Jun 20, 2019

We would like to automatically pull the latest stable release as soon as it is released instead of updating the tag manually. Is using the latest or master image tag safe to do so? Or would it be possible for you to tag the latest stable release accordingly with e.g. stable or release?

@linki
Copy link
Owner

linki commented Jun 24, 2019

You can use latest or master to get the image corresponding to the current master branch. But it might be buggy. Would that work for you?

@linki
Copy link
Owner

linki commented Jun 24, 2019

Otherwise we could think about adding another branch (release or stable) which points to the latest tagged version. Building on quay should work fine but setting the branch would be another manual step for each each release.

@linki linki added the question label Jun 24, 2019
@bliemli
Copy link
Author

bliemli commented Jun 27, 2019

Buggy won't work for us as we're using chaoskube in a production setup.

A colleague of mine just pointed me towards a project of his on GitHub where he's using travis ci and a python script to automate building and tagging container images. See https://github.com/dtschan/base-image-security, especially travis.yml and update_docker_images.py. Maybe something like this could be of help?

@linki
Copy link
Owner

linki commented May 3, 2022

This is possible since release https://github.com/linki/chaoskube/releases/tag/v0.23.0

You can use ghcr.io/linki/chaoskube:latest or simply ghcr.io/linki/chaoskube to get the most recently released version.

@linki linki closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants