Skip to content

Commit

Permalink
Merge pull request #3989 from faucetsdn/renovate/faucet-test-base-9.x
Browse files Browse the repository at this point in the history
Update faucet/test-base Docker tag to v9.0.2
  • Loading branch information
gizmoguy authored Dec 2, 2021
2 parents 8aad9a2 + 62089e5 commit 21c9d29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Sanity tests
runs-on: ubuntu-latest
container:
image: faucet/test-base:9.0.0
image: faucet/test-base:9.0.2
options: --privileged --cap-add=ALL -v /lib/modules:/lib/modules -v /var/local/lib/docker:/var/lib/docker --sysctl net.ipv6.conf.all.disable_ipv6=0 --ulimit core=-1
steps:
- name: Checkout repo
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
needs: sanity-tests
container:
image: faucet/test-base:9.0.0
image: faucet/test-base:9.0.2
options: --privileged --cap-add=ALL -v /lib/modules:/lib/modules -v /var/local/lib/docker:/var/lib/docker --sysctl net.ipv6.conf.all.disable_ipv6=0 --ulimit core=-1
strategy:
matrix:
Expand Down
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:9.0.1
FROM faucet/test-base:9.0.2

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:9.0.1
FROM faucet/test-base:9.0.2

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:9.0.1
FROM faucet/test-base:9.0.2

COPY ./ /faucet-src/
WORKDIR /faucet-src/
Expand Down

0 comments on commit 21c9d29

Please sign in to comment.