From 928b7323004a270946010bf974675a6c53cf8576 Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Wed, 10 Jan 2024 10:38:09 -0800 Subject: [PATCH] Use BESS' master branch --- Dockerfile | 2 +- docs/developer-guide.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e94408938..7b3c14ee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && \ # BESS pre-reqs WORKDIR /bess -ARG BESS_COMMIT=dpdk-2011-focal +ARG BESS_COMMIT=master RUN git clone https://github.com/omec-project/bess.git . \ && git checkout ${BESS_COMMIT} \ && cp -a protobuf /protobuf diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 3920f529e..276220822 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -26,7 +26,7 @@ index 052456d..03b7d33 100644 # BESS pre-reqs WORKDIR /bess --ARG BESS_COMMIT=dpdk-2011-focal +-ARG BESS_COMMIT=master -RUN git clone https://github.com/omec-project/bess.git . -RUN git checkout ${BESS_COMMIT} +COPY bess/ . @@ -50,7 +50,7 @@ index 03b7d33..052456d 100644 # BESS pre-reqs WORKDIR /bess -COPY bess/ . -+ARG BESS_COMMIT=dpdk-2011-focal ++ARG BESS_COMMIT=master +RUN git clone https://github.com/omec-project/bess.git . +RUN git checkout ${BESS_COMMIT} RUN cp -a protobuf /protobuf