mirror of
https://github.com/containers/podman.git
synced 2025-09-19 00:56:15 +08:00
Use buildah commit and bud in podman
Vendor in buildah and use as much of commit and bug as possible for podman build and commit. Resolves #586 Signed-off-by: baude <bbaude@redhat.com> Closes: #681 Approved by: mheon
This commit is contained in:
13
vendor/github.com/openshift/imagebuilder/constants.go
generated
vendored
Normal file
13
vendor/github.com/openshift/imagebuilder/constants.go
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
package imagebuilder
|
||||
|
||||
const (
|
||||
// in docker/system
|
||||
NoBaseImageSpecifier = "scratch"
|
||||
|
||||
// not yet part of our import
|
||||
commandArg = "arg"
|
||||
commandStopSignal = "stopsignal"
|
||||
|
||||
// in docker/system
|
||||
defaultPathEnv = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
)
|
Reference in New Issue
Block a user