Skip to content

Commit

Permalink
update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed May 22, 2024
1 parent 9e0d430 commit f446a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/imgpkg/cmd/oci_flags.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 VMware, Inc.
// Copyright 2023 The Carvel Authors.
// SPDX-License-Identifier: Apache-2.0

package cmd
Expand Down
3 changes: 2 additions & 1 deletion pkg/imgpkg/imagedesc/image_intermediate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 VMware, Inc.
// Copyright 2023 The Carvel Authors.
// SPDX-License-Identifier: Apache-2.0

package imagedesc
Expand Down Expand Up @@ -46,6 +46,7 @@ func (mi *ImageIntermediate) SetTag(tag string) {
func (mi ImageIntermediate) Layers() ([]regv1.Layer, error) {
return mi.Image.Layers()
}

// MediaType of the image's manifest.
func (mi ImageIntermediate) MediaType() (types.MediaType, error) {
return mi.Image.MediaType()
Expand Down

0 comments on commit f446a42

Please sign in to comment.