mirror of
https://github.com/containers/podman.git
synced 2025-12-09 23:27:09 +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:
@@ -185,6 +185,10 @@ skip "argument-order incompatible with podman" \
|
||||
skip "podman-build fails with 'context must be a directory'" \
|
||||
"bud with specified context should succeed if context contains existing Dockerfile"
|
||||
|
||||
# See https://github.com/containers/podman/pull/20483#issuecomment-1782683979
|
||||
skip "does not pass in Podman CI: needs investigation" \
|
||||
"bud with --no-hostname"
|
||||
|
||||
###############################################################################
|
||||
# BEGIN tests which are skipped because they make no sense under podman-remote
|
||||
|
||||
|
||||
Reference in New Issue
Block a user