mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Fix ubuntu exec_test
Test passes on Fedora because the registry server is one of the defaults. However it is not typically configured on Ubuntu hosts, and therefor this test can fail. While specifying the FQIN in the dockerfile text is not an ideal solution, it cannot negatively affect other tests which utilize `podmanTest.BuildImage`. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -286,7 +286,7 @@ var _ = Describe("Podman exec", func() {
|
||||
It("podman exec preserves container groups with --user and --group-add", func() {
|
||||
SkipIfRemote("FIXME: This is broken SECCOMP Failues?")
|
||||
|
||||
dockerfile := `FROM fedora-minimal
|
||||
dockerfile := `FROM registry.fedoraproject.org/fedora-minimal
|
||||
RUN groupadd -g 4000 first
|
||||
RUN groupadd -g 4001 second
|
||||
RUN useradd -u 1000 auser`
|
||||
|
Reference in New Issue
Block a user