registry: update to v3#414
Open
idan-rahamim-lendbuzz wants to merge 1 commit into
Open
Conversation
Signed-off-by: Idan Rahamim <idan.rahamim@lendbuzz.com>
c2743da to
214489d
Compare
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.
Upgrade default registry image to v3
Fixes #406
Summary
Upgrades the default registry image from
docker.io/library/registry:2todocker.io/library/registry:3, aligning with the official kind documentation which has also moved to v3.Changes
DefaultRegistryImageRefconstant fromregistry:2toregistry:3Imagefield doc comment inRegistryAPI type--imageflagNotes
5000and supports the sameREGISTRY_STORAGE_DELETE_ENABLEDenv var, so no functional changes to ctlptl logic are needed/etc/docker/registry/config.ymlto/etc/distribution/config.yml, but ctlptl doesn't set entrypoint/cmd — it inherits them from the image, so this is transparentregistry:2will still be discovered via thedev.tilt.ctlptl.role=registrylabel filter