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 generic support for all registries #145

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mseiwald
Copy link

@mseiwald mseiwald commented May 17, 2023

  • with this change, docker-mirror will support all docker registries that are supported by go-containerregistry
  • I left the "special" support for dockerhub in-place to be backwards-compatible and because the generic way does not support getting the "last modified" date (which was already the case for the ghcr and k8s registries).
  • I removed the "special" support for quay.io since it actually did not work. There was a timestamp parsing error so I removed it altogether. This only affect the ability to sort the tags by timestamp but as already said this did not work anyway when I tested it.
  • Fixes support ghcr.io  #128

@mseiwald mseiwald force-pushed the master branch 4 times, most recently from e947aff to accb0c4 Compare May 22, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support ghcr.io
2 participants