mirror of
https://github.com/containers/podman.git
synced 2025-07-17 17:43:23 +08:00

Move to containers/image v5 and containers/buildah to v1.11.4. Replace an equality check with a type assertion when checking for a docker.ErrUnauthorizedForCredentials in `podman login`. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
10 lines
190 B
Go
10 lines
190 B
Go
package imagebuilder
|
|
|
|
const (
|
|
// in docker/system
|
|
NoBaseImageSpecifier = "scratch"
|
|
|
|
// in docker/system
|
|
defaultPathEnv = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
)
|