-
Notifications
You must be signed in to change notification settings - Fork 236
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 images are built even if there is no changes in corresponding Dockerfiles #507
Comments
Can you please point to a specific build where you noticed this ? |
I've noticed it in docker hub where apline-jre image is getting new hash every day. It means that new image was published to dockerhub. I'm guessing that images are published by your build process. |
CC @gdams - pretty sure our pipelines don't do this unless this happened as part of a GH actions shift? |
Yeah, we update the docker images daily. This is to pull in OS security updates etc. |
I might be wrong but in the logs i see this
From the scripts i see
The I feel this was the issue for images getting built daily. Please correct me if I'm wrong. |
@dinogun any thoughts? |
It appears to me that the recent summary tag changes might have caused this breakage, @bharathappali is investigating and is close to a PR. |
Hmmm I think the issue is stille there. Images where published to docker hub yesterday and today. |
@bharathappali Can you review? |
@lde-avaleo I have raised a new issue stating this #511. It will be fixed in #512 I'm working on it. Will keep it updated. |
Hi Guys! Any news regarding this one? The issue is still there... |
Hi Guys!
Last year I've reported some anoying behaviour with dockerhub images releases: #307
Has something changed recently as I noticed images are build almost every day????
regards
The text was updated successfully, but these errors were encountered: