Skip to content

Commit

Permalink
Pull arch specific kubectl binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Harsha Voora <[email protected]>
  • Loading branch information
krishvoor committed Jun 25, 2024
1 parent 45e2493 commit 7911986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frr/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ RUN dnf install --setopt=tsflags=nodocs -y \
&& rm -fr /var/cache/dnf

# Install latest OCP/K8s client
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz | tar -xzf - -C /usr/local/bin
RUN ARCH=$(arch) && \
curl -L https://mirror.openshift.com/pub/openshift-v4/${ARCH}/clients/ocp/latest/openshift-client-linux.tar.gz | tar -xzf - -C /usr/local/bin


LABEL io.k8s.display-name="FRR Router" \
io.k8s.description="FRR Container with troubleshooting tools" \
Expand Down

0 comments on commit 7911986

Please sign in to comment.