Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMountain committed Mar 7, 2024
1 parent fe37e68 commit 1651b90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions images/cilium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ RUN --mount=type=bind,readwrite,target=/go/src/github.com/cilium/cilium --mount=
DESTDIR=/tmp/install/${TARGETOS}/${TARGETARCH} install-bash-completion licenses-all && \
mv LICENSE.all /tmp/install/${TARGETOS}/${TARGETARCH}/LICENSE.all

RUN find /tmp/install/${TARGETOS}/${TARGETARCH} -ls

RUN export D=/tmp/debug/${TARGETOS}/${TARGETARCH} && \
mkdir -p $D && \
cd /tmp/install/${TARGETOS}/${TARGETARCH} && \
Expand All @@ -72,9 +70,6 @@ RUN export D=/tmp/debug/${TARGETOS}/${TARGETARCH} && \
mv -v ${0}.debug $D/$0.debug' \
{} \;

RUN find /tmp/install/${TARGETOS}/${TARGETARCH} -ls
RUN find /tmp/debug/${TARGETOS}/${TARGETARCH} -ls

COPY images/cilium/init-container.sh \
plugins/cilium-cni/cni-install.sh \
plugins/cilium-cni/install-plugin.sh \
Expand Down

0 comments on commit 1651b90

Please sign in to comment.