Skip to content

Commit

Permalink
Update packetdrill-test.
Browse files Browse the repository at this point in the history
The packetdrill-test will have a new base image, and uses the main branch.
The packetdrill-v2.0 branch has been over 6 years old, and it is not
compatible with the new ubuntu releases.

PiperOrigin-RevId: 668121890
  • Loading branch information
milantracy authored and gvisor-bot committed Aug 27, 2024
1 parent 99745eb commit 54cb880
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/packetdrill/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ubuntu:bionic
FROM ubuntu:jammy
RUN apt-get update && apt-get install -y net-tools git iptables iputils-ping \
netcat tcpdump jq tar bison flex make
# Pick up updated git.
RUN hash -r
RUN git clone --depth 1 --branch packetdrill-v2.0 \
https://github.com/google/packetdrill.git
RUN git clone --depth 1 https://github.com/google/packetdrill.git
RUN cd packetdrill/gtests/net/packetdrill && ./configure && make

0 comments on commit 54cb880

Please sign in to comment.