We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArchLastStageFrom
oci-import
1 parent 5152c0d commit 2ff16d5Copy full SHA for 2ff16d5
cmd/bashbrew/docker.go
@@ -55,6 +55,9 @@ var dockerfileMetadataCache = map[string]*dockerfileMetadata{}
55
func (r Repo) archDockerfileMetadata(arch string, entry *manifest.Manifest2822Entry) (*dockerfileMetadata, error) {
56
if builder := entry.ArchBuilder(arch); builder == "oci-import" {
57
return &dockerfileMetadata{
58
+ StageFroms: []string{
59
+ "scratch",
60
+ },
61
Froms: []string{
62
"scratch",
63
},
0 commit comments