Skip to content

Commit

Permalink
feat: ignore tags when inspecting
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt authored and jimmidyson committed Apr 25, 2022
1 parent ca757c1 commit 8d1ff51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/create/imagebundle/image_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func NewCommand(out output.Output) *cobra.Command {
srcImageManifestList, skopeoStdout, skopeoStderr, err := skopeoRunner.InspectManifest(
context.Background(),
fmt.Sprintf("%s%s", srcSkopeoScheme, srcImageName),
skopeo.NoTags(),
)
if err != nil {
srcSkopeoScheme = "docker-daemon:"
Expand Down

0 comments on commit 8d1ff51

Please sign in to comment.