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

Add support to see image tag build/push history #185

Open
lirantal opened this issue Jan 5, 2021 · 2 comments
Open

Add support to see image tag build/push history #185

lirantal opened this issue Jan 5, 2021 · 2 comments
Assignees
Labels
community_new New idea raised by a community contributor docker_hub Improvements or additions to Docker Hub

Comments

@lirantal
Copy link

lirantal commented Jan 5, 2021

Tell us about your request
I would like to be able to see all the history of an image tag's build and push to the repository so I can track whether an image tag has been built and pushed just once, or more.

Which service(s) is this request for?
Docker Hub

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
This helps understand whether image tags are actually specific and could be an acceptable replacement for image digests SHAs or do they get constantly rebuilt and pushed.

Are you currently working around the issue?
No way to find this information now.

@lirantal lirantal added the community_new New idea raised by a community contributor label Jan 5, 2021
@nebuk89 nebuk89 added the docker_hub Improvements or additions to Docker Hub label Jan 14, 2021
@piroux
Copy link

piroux commented Jan 26, 2021

Maybe a middle-step to this issue would be to have two different audit events in the repository audit log, so that it would be possible to differentiate between:

  • a push creating a new image tag,
  • a push overwriting an already existing image tag.

Right now, they both fall under "Tag Pushed" (repo.tag.push).

@tianon
Copy link

tianon commented Sep 16, 2021

As an additional data point, I'll answer:

Are you currently working around the issue?

with: https://github.com/docker-library/repo-info 😬

(That repository serves other purposes too, but the number one most common reason I personally reach for it is to dig through the history of a tag or to search for a particular image digest or ID.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_new New idea raised by a community contributor docker_hub Improvements or additions to Docker Hub
Projects
None yet
Development

No branches or pull requests

5 participants