mirror of
https://github.com/containers/podman.git
synced 2025-11-14 01:57:58 +08:00
Bump Buildah to v1.24.0
Bumps Buildah to v1.24.0 and adopts the new values for pull: true, false, never, and always. The pull-never and pull-always options for the build command are still usable, but they have been removed from the man page documentation with this change. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/secrets/shelldriver/shelldriver.go
generated
vendored
2
vendor/github.com/containers/common/pkg/secrets/shelldriver/shelldriver.go
generated
vendored
@@ -36,7 +36,7 @@ type driverConfig struct {
|
||||
LookupCommand string `mapstructure:"lookup"`
|
||||
// StoreCommand contains a shell command that stores a secret.
|
||||
// The secret id is provided as environment variable SECRET_ID
|
||||
// The secret value itself is provied over stdin
|
||||
// The secret value itself is provided over stdin
|
||||
StoreCommand string `mapstructure:"store"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user