kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Docker image tags messed up #170

Closed jovobe closed 10 months ago

jovobe commented 1 year ago

Hi, I tried to migrate to the new image location (ghcr.io/kereis/traefik-certs-dumper) and realized, that a lot of tags are missing. E.g. all the "version" tags like :1.6.1 or :1.6 I realized as well that the :latest tag does not have a linux/amd64 variant. In my case :latest resolves to https://github.com/kereis/traefik-certs-dumper/pkgs/container/traefik-certs-dumper/90790414

jovobe commented 1 year ago

What's also strange is, that your last release (1.6.1) is from Dec 4, 2022 but the container got updated "6 months ago" 🤔

erroltuparker commented 11 months ago

I believe edge is the one that is the most up to date currently and active development.

Looking at the branches and actions, develop is the default branch which pushes to the edge release for docker.

kereis commented 10 months ago

Hi @jovobe,

as @erroltuparker mentioned, edge is the latest build of develop branch.

The images on Docker Hub are deprecated moving forward. The CI pipeline will push an image which simply prints the new repository URL.

Regarding newer versions from now on: I'm not sure if I should keep continuing with release 1.7, or with release 2.0 (as the new Docker tag introduces a new breaking change I guess?)

kereis commented 10 months ago

Hello again,

I released v1.7.0. This means, that according to GitHub, the latest tag refers to the latest release again (see https://github.com/kereis/traefik-certs-dumper/pkgs/container/traefik-certs-dumper).

Please try it out. :)

kereis commented 10 months ago

I'm closing this issue. Open a new one if you encounter any new issues!