Publish a docker tag for released version#67
Merged
evilsocket merged 1 commit intoevilsocket:mainfrom Jan 17, 2025
kkrypt0nn:main
Merged
Publish a docker tag for released version#67evilsocket merged 1 commit intoevilsocket:mainfrom kkrypt0nn:main
evilsocket merged 1 commit intoevilsocket:mainfrom
kkrypt0nn:main
Conversation
Owner
|
there is a reason why it always overwrites latest: i'm using the free plan, so there's a limit to the amount (and overall size) of images i can host |
Contributor
Author
|
That limitation only applies to private repositories, no? Personal plan you have unlimited public repositories and storage -> https://docs.docker.com/docker-hub/download-rate-limit/#storage-and-repository-limits |
Owner
|
@kkrypt0nn i'm not sure if this changed at some point, but i remember running into that limitation ... i'll look into it, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
latesttag will always get overwritten as is the current state, additionally for everyv*tag published on GitHub, it will create a tag on Docker for the version itself, stripping thevprefix.It will then keep a history of versions, in case someone doesn't want to use the latest version for whatever reason.