-
Notifications
You must be signed in to change notification settings - Fork 29
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
Docker Hub image is update but with no content changes #11
Comments
And we also should try to add a tag of the teamspeak version as well. |
Yeah, right now the image would be updated if there is a post commit hook to master or if there has been a push to the upstream base image repo; the latter is probably causing all of the new image builds since auto builds on hub doesn't cache. Unfortunately that means that we do more rebuilds than we actually need since it will trigger a build for the different tags but it ensures we get the latest base image. It would be great to do builds for specific versions as they are available; would probably need to modify the image to install a specific version and then start using releases. We could then have Docker Hub automatically build based off of the release. Thoughts? |
In example the teamspeak version is "3.0.13.5", we have 5 tags on it:
"latest" ill always be updated based on the base, same as currently.
So on a base image update it detects that the "3.0.13.6" tag exists and wont push a new image with this tag. So we have:
We also should only update current images, so now "3.0.13.6" is the current version, we wont change anything in the "3.0.13.5" image. |
I'm running a auto update for docker images, and it will restart container if there are updated on the docker registry.
The docker image on docker hub, should only be update if there is a new version of teamspeak available, or something changed in this repository.
The text was updated successfully, but these errors were encountered: