Skip to content

Commit

Permalink
Update p4c-dpdk docker image to use p4c version 1.2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jafingerhut committed Feb 9, 2024
1 parent b9dc5b4 commit 875f59d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dash-pipeline/dockerfiles/Dockerfile.p4c-dpdk
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# This Dockerfile builds an image used to compile P4 programs for the DPDK backend only
# It's based on public p4lang/p4c docker but strips out uneeded backends.
# See https://docs.docker.com/develop/develop-images/multistage-build/
FROM p4lang/p4c:latest as p4lang-p4c
# :latest on 2024-02-09:
#FROM p4lang/p4c@sha256:<TODO-need SHA> as p4lang-p4c
# :latest on 2024-Feb-01:
FROM p4lang/[email protected] as p4lang-p4c
LABEL maintainer="SONIC-DASH Community"
LABEL description="DASH p4c-dpdk compiler, minimal"

Expand Down

0 comments on commit 875f59d

Please sign in to comment.