-
Notifications
You must be signed in to change notification settings - Fork 186
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 image for 1.1.4 broken #340
Comments
Yup, 1.1.4 was not safe to rebuild/recreate due to #281 ChangeLog: https://github.com/checkr/flagr/blob/master/CHANGELOG.md |
We're pulling the old image for 1.1.4 by SHA ( May I ask what the reasoning is for pushing all old image tags? I don't believe I've encountered other projects that do this and it can cause unexpected issues for consumers. |
Sorry for the inconvenience. We are doing maintenance work on all the images hosted on dockerhub. We are moving private images out of docker hub, and we are also examining if the public docker images are affected by docker hub hack or not, especially for images built around that time. We don't believe so since we didn't find anything, but still, want to recreate all the tags from source code (checkout from git tag and rebuild) just to be safe. I've checked all the existing tags, and only I will push |
Thank you! |
Flagr fails to start with the following error when attempting to launch the
checkr/flagr:1.1.4
image with Docker.Error relocating ./flagr: fcntl64: symbol not found
This seems to be an issue with missing glibc (understandable in alpine), but from what I can see in master's Dockerfile this shouldn't be an issue. I'm not sure how/why these old versions are built/re-pushed because I don't see branches correlating with versions.
The text was updated successfully, but these errors were encountered: