garden
garden copied to clipboard
0.13: [Bug]: `garden publish` command behavior difference between `0.12` and `0.13`
Garden Bonsai (0.13) Bug
Current Behavior
Check the garden publish
command difference between 0.12
and 0.13
. Garden 0.13
produces weird results. It appears to:
- Download the image from the garden / source registry.
- Import that into the local docker with the target registry and original tag.
- Re-tag that image with an identical image registry / name and tag that was used in 1, to download it and then push it back again.
Running the identical command works fine with garden 0.12
. (i.e. it published to the expected registry image and tag).
Expected behavior
Behavior should be the same as in 0.12
.
Reproducible example
See above.
Workaround
Not known.
Suggested solution(s)
Additional context
Your environment
- OS:
- How I'm running Kubernetes:
garden version 0.13.22
@vvagaytsev How to reproduce this? Does this happen with one of our example projects?
Possibly related with (or even a duplicate of?) https://github.com/garden-io/garden/issues/5094
This might also be related to #4095 (#4740).
This could be related to #4796 (#4808) too.
Could be related to #5045.
Closing in favour of #6050 that has more context and a clear reproducible example.