Skip to content

Commit

Permalink
Merge pull request #4455 from gizmoguy/dind-ulimit
Browse files Browse the repository at this point in the history
Fix docker-in-docker test on latest version of docker-ce for amd64.
  • Loading branch information
anarkiwi committed Jan 26, 2024
2 parents 8cf7aaa + 64c0dad commit 8deb602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fuzz-config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/config-fuzzer

FROM faucet/test-base:23.0.1
FROM faucet/test-base:24.0.0

ENV PIP3="pip3 --no-cache-dir install --upgrade"
ENV PATH="/venv/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fuzz-packet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/packet-fuzzer

FROM faucet/test-base:23.0.1
FROM faucet/test-base:24.0.0

ENV PIP3="pip3 --no-cache-dir install --upgrade"
ENV PATH="/venv/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Image name: faucet/tests

FROM faucet/test-base:23.0.1
FROM faucet/test-base:24.0.0

COPY ./ /faucet-src/
WORKDIR /faucet-src/
Expand Down
3 changes: 1 addition & 2 deletions docker/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ if [ -z "${FAUCET_TESTS:-}" ]; then
FAUCET_TESTS="$*"
fi

# TODO: FaucetDockerHostTest docker-in-docker currently broken
PARAMS="-x FaucetDockerHostTest"
PARAMS=""

# Parse options, some are used by this script, some are
# passed onto mininet_main.py & clib_mininet_main.py
Expand Down

0 comments on commit 8deb602

Please sign in to comment.