You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running garden publish skopeo it does the following:
ℹ build.skopeo → Tagging image with skopeo:v-8b7165e21a and gardendev/skopeo:v-8b7165e21a
ℹ build.skopeo → Publishing image gardendev/skopeo:v-8b7165e21a...
(It ignores the tag specified in publishId)
Expected behavior
ℹ build.skopeo → Tagging image with skopeo:v-8b7165e21a and gardendev/skopeo:1.41.0-3
ℹ build.skopeo → Publishing image gardendev/skopeo:1.41.0-3...
Reproducible example
in the garden core images/skopeo/ directory
kind: Module
type: container
name: skopeo
description: Used by the kubernetes provider for interacting with container registries within a cluster
image: gardendev/skopeo:1.41.0-3
dockerfile: Dockerfile
extraFlags: [ "--platform", "linux/amd64" ]
or an equivalent build action like
kind: Build
type: container
name: skopeo
description: Used by the kubernetes provider for interacting with container registries within a cluster
spec:
publishId: gardendev/skopeo:1.41.0-3
dockerfile: Dockerfile
extraFlags: [ "--platform", "linux/amd64" ]
Workaround
Specify the --tag option, then it correctly only publish the specified --tag:
Garden Bonsai (0.13) Bug
Current Behavior
When running
garden publish skopeo
it does the following:(It ignores the tag specified in
publishId
)Expected behavior
Reproducible example
in the garden core
images/skopeo/
directoryor an equivalent build action like
Workaround
Specify the --tag option, then it correctly only publish the specified
--tag
:Suggested solution(s)
Additional context
Your environment
garden version
0.13.13The text was updated successfully, but these errors were encountered: