Skip to content

Commit

Permalink
feat: bump SLE to 15.5
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 authored and bk201 committed Nov 28, 2023
1 parent 64fe106 commit 4179c4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.4
FROM registry.suse.com/bci/bci-base:15.5
RUN zypper -n rm container-suseconnect && \
zypper install -y iptables=1.8.7 && \
zypper -n clean -a && rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.helper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.suse.com/bci/bci-minimal:15.4
FROM registry.suse.com/bci/bci-minimal:15.5
COPY bin/harvester-network-helper /usr/bin/
CMD ["harvester-network-helper"]
4 changes: 2 additions & 2 deletions package/Dockerfile.webhook
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM registry.suse.com/bci/bci-minimal:15.4
FROM registry.suse.com/bci/bci-minimal:15.5
COPY bin/harvester-network-webhook /usr/bin/
CMD ["harvester-network-webhook"]
CMD ["harvester-network-webhook"]

0 comments on commit 4179c4b

Please sign in to comment.