Skip to content

Commit

Permalink
PANDARIA: Change bci image
Browse files Browse the repository at this point in the history
  • Loading branch information
smallteeths authored and Jason-ZW committed Mar 8, 2023
1 parent 5b7718f commit 8ea73ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.suse.com/suse/sle15:15.3
FROM registry.suse.com/bci/bci-base:15.4
RUN zypper -n update && \
zypper -n clean -a && \
rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
RUN useradd --uid 1007 ack-operator
ENV KUBECONFIG /home/ack-operator/.kube/config
COPY bin/ack-operator /usr/bin/
USER 1007
ENTRYPOINT ["ack-operator"]
ENTRYPOINT ["ack-operator"]

0 comments on commit 8ea73ac

Please sign in to comment.