Skip to content

fix: Prevent constant rebuilding with local registry#2444

Merged
lizardruss merged 1 commit into
devspace-sh:mainfrom
timofriedlberlin:issue-2443-fix-local-registry-rebuild
Nov 29, 2022
Merged

fix: Prevent constant rebuilding with local registry#2444
lizardruss merged 1 commit into
devspace-sh:mainfrom
timofriedlberlin:issue-2443-fix-local-registry-rebuild

Conversation

@timofriedlberlin

@timofriedlberlin timofriedlberlin commented Nov 29, 2022

Copy link
Copy Markdown

Added missing image tag to ShouldRebuild()
to detect that an image is already present in the
registry and to prevent constant rebuilds.

Closes #2442

What issue type does this pull request address?
/kind bugfix

What does this pull request do? Which issues does it resolve?
resolves #2442
Fixes ENG-722

Please provide a short message that should be published in the DevSpace release notes
Fixed an issue where DevSpace was always rebuilding images for local registry even if it should not.

Added missing image tag to `ShouldRebuild()`
to detect that an image is already present in the
registry and to prevent constant rebuilds.

Closes #2443
@lizardruss lizardruss merged commit f61de88 into devspace-sh:main Nov 29, 2022
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.

Local Registry: Always rebuilding images

3 participants