Skip to content

Commit

Permalink
Use github hosted base image
Browse files Browse the repository at this point in the history
PR #278 creates a base images that is updated daily. Use this as base
in our Dockerfile

Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
  • Loading branch information
krsna1729 committed May 30, 2021
1 parent cc3e0cc commit ac1d92c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@

# Multi-stage Dockerfile
# Stage bess-build: builds bess with its dependencies
FROM nefelinetworks/bess_build AS bess-build
FROM ghcr.io/omec-project/upf-epc/bess_build AS bess-build
ARG CPU=native
RUN apt-get update && \
apt-get -y install --no-install-recommends \
ca-certificates \
libelf-dev \
python3-pip \
python3-setuptools
RUN pip3 install --no-cache-dir \
meson \
ninja
libelf-dev

ARG MAKEFLAGS

Expand Down Expand Up @@ -98,7 +93,7 @@ ENV PYTHONPATH="/opt/bess"
WORKDIR /opt/bess/bessctl
ENTRYPOINT ["bessd", "-f"]

FROM nefelinetworks/bess_build AS cpiface-build
FROM ghcr.io/omec-project/upf-epc/bess_build AS cpiface-build
ARG MAKEFLAGS
ARG CPU=native
RUN apt-get update -y && apt-get install -y libzmq3-dev libjsoncpp-dev
Expand Down

0 comments on commit ac1d92c

Please sign in to comment.