Skip to content

Commit

Permalink
Bump bci base image 15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Apr 22, 2024
1 parent 5700425 commit ade528d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ require (
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rancher/lasso v0.0.0-20240123150939-7055397d6dfa // indirect
github.com/rancher/norman v0.0.0-20240206180703-6eda4bc94b4c // indirect
github.com/rancher/norman v0.0.0-20240207153100-3bb70b772b52 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.4 // indirect
Expand Down
3 changes: 1 addition & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.suse.com/bci/bci-base:15.5
FROM registry.suse.com/bci/bci-base:15.6

WORKDIR /hangar
COPY package/entrypoint.sh /
Expand All @@ -9,7 +9,6 @@ COPY package/registries.d/default.yaml /etc/containers/registries.d/default.yaml
RUN zypper up -y && \
zypper in -y -f libdevmapper1_03 bash-completion vim wget && \
zypper clean && \
mkdir -p /etc/containers/ && \
hangar version && \
echo "# Add hangar bash completion" >> /root/.bashrc && \
echo "source <(hangar completion bash)" >> /root/.bashrc
Expand Down

0 comments on commit ade528d

Please sign in to comment.