Skip to content

Commit

Permalink
Mark base image as experimental (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr authored Dec 20, 2024
1 parent d0b26af commit ff18904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type ImageContents struct {
// A list of packages to include in the image
Packages []string `json:"packages,omitempty" yaml:"packages,omitempty"`
// Optional: Base image to build on top of. Warning: Experimental.
BaseImage *BaseImageDescriptor `json:"baseimage,omitempty" yaml:"baseimage,omitempty"`
BaseImage *BaseImageDescriptor `json:"baseimage,omitempty" yaml:"baseimage,omitempty" apko:"experimental"`
}

// MarshalYAML implements yaml.Marshaler for ImageContents, redacting URLs in
Expand Down

0 comments on commit ff18904

Please sign in to comment.