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.
2 parents 5152c0d + 2ff16d5 commit ca06476Copy full SHA for ca06476
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