mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
container.conf: support attributed string slices
All `[]string`s in containers.conf have now been migrated to attributed string slices which require some adjustments in Buildah and Podman. [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/define/build.go
generated
vendored
3
vendor/github.com/containers/buildah/define/build.go
generated
vendored
@@ -64,6 +64,9 @@ type CommonBuildOptions struct {
|
||||
LabelOpts []string
|
||||
// MemorySwap limits the amount of memory and swap together.
|
||||
MemorySwap int64
|
||||
// NoHostname tells the builder not to create /etc/hostname content when running
|
||||
// containers.
|
||||
NoHostname bool
|
||||
// NoHosts tells the builder not to create /etc/hosts content when running
|
||||
// containers.
|
||||
NoHosts bool
|
||||
|
||||
Reference in New Issue
Block a user