-
Notifications
You must be signed in to change notification settings - Fork 652
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
[Bug] docker tag gittools/gitversion:5.3.5-linux-alpine.3.10-x64-netcoreapp3.1 was deleted from dockerhub #2488
Comments
I tried
|
I noticed that as well, I will need to check why was that. For now can you try a different image ? |
Same thing on our side, we were using tags I tried upgrading to Also not sure what to do with our Windows builds that were using |
I would not recommend to use the docker image for windows, better the GitVersion.Tool or the chocolatey package |
The readme on dockerhub is not up to date |
@arturcic as already said,
With like 70% of the team in vacations because of the holidays, it is pretty hard for me to find time to investigate and find why this fails. It would therefore be very appreciated if you could bring back the old tags. |
I will check if I can build older tags. But that might take time |
@mabead can you use |
I was able to build that one, but it was not possible the exact 5.3.5 as there were some build scripts issues |
@arturcic Since all our builds were blocked, I had to find the issue that preventing me to use 5.6.1. It ended up being caused by the fact that the environment variable
With 5.6.1, I had the same warning but it caused GitVersion to fail. Once the root cause was found, I had to:
So, in the end our code is in a better shape but I must admit that it sent me off my planned tasks for the whole day. Was there a release note or warning to prevent users that some tags would be deleted from DockerHub? If yes, where can I subscribe to such release notes? |
Hi @arturcic, Any chance the Also just wondering why this happened? Has someone manually gone in and purged these images? Can imagine this is going to have widespread impact on many teams/orgs CI systems. Cheers, |
@dbrougham @mabead @y0m1g I rebuilt the tags, hope they work as original images. I had to build the images in the format -
see example for version 5.3.7 of gitversion You can have a look here. I was able to build only for version 5.1.3 - 5.5.1 of GitVersion. So please consider targeting one of the tags from the range, or better the 5.6.x tags if possible. @y0m1g I will try to use the same approach for windows containers, but we won't build windows containers starting v5.6.0 onwards |
Thanks @arturcic, we will look to use the new tag format. Out of interest, how did this occur? It seems a bit odd to have these images disappear? We now have a large number of repos that will require updates. |
@y0m1g I did the same build for nanoserver
I restored the images in this format where Tag is the gitversion version tag, Distro is the linux distro (or nanoserver for windows) and Version is the .net core version (2.1 or 3.1) |
Describe the bug
It looks like someone deleted some tags for
gitversion
on dockerhub. We were usinggittools/gitversion:5.3.5-linux-alpine.3.10-x64-netcoreapp3.1
. Starting this morning, all our builds started to break. With many people on vacations in the holidays, this is a big blocker and source of risk for us.Note that I tried to upgrade to
gittools/gitversion:5.6.1-alpine.3.12-x64-5.0
but it failed like this:Expected Behavior
Running
gittools/gitversion:5.3.5-linux-alpine.3.10-x64-netcoreapp3.1
should work as usual.Actual Behavior
Image does not exist anymore.
Possible Fix
Bring back the image in docker hub.
Steps to Reproduce
See above.
Context
As said in the introduction, this breaks all our builds that were working correctly last week. It is therefore a pretty big regression.
Your Environment
The text was updated successfully, but these errors were encountered: