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

centos/systemd: provide stable tags to released versions #124

Open
rhcarvalho opened this issue Feb 19, 2017 · 4 comments
Open

centos/systemd: provide stable tags to released versions #124

rhcarvalho opened this issue Feb 19, 2017 · 4 comments

Comments

@rhcarvalho
Copy link

Currently the only tag for https://hub.docker.com/r/centos/systemd/ is :latest. For people depending on this base image, it is considered good practice to depend on a stable version / tag.

E.g., it should be possible to write:

FROM centos/systemd:7
...

That would ensure that the image is always build from a version of CentOS 7, and not CentOS 8 or anything else that might become :latest.

@antoinetran
Copy link

I can also add that it would be best to mirror the tag list of centos here. It is good to inherit from centos/systemd:7, it is even better to inherit from centos/systemd:7.3.116 for ex.

@gzeronet
Copy link

gzeronet commented Sep 6, 2017

👍

@rgarrigue
Copy link

👍 too

@hswong3i
Copy link

Recently some of my Travis CI build on centos/systemd:latest failed due to CentOS 7.4 released, where centos/systemd:latest is not yet update and still pointing to CentOS 7.3 version, causing yum -y update timeout with following error message:

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.

This could only be fixed if:

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

No branches or pull requests

5 participants