Skip to content

Add generic support for all registries#145

Open
mseiwald wants to merge 2 commits intoseatgeek:masterfrom
mseiwald:master
Open

Add generic support for all registries#145
mseiwald wants to merge 2 commits intoseatgeek:masterfrom
mseiwald:master

Conversation

@mseiwald
Copy link
Copy Markdown

@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