Skip to content

Commit

Permalink
Merge pull request #738 from tserong/wip-dockerfile-invalidate-cache-…
Browse files Browse the repository at this point in the history
…on-deps-change

Dockerfile: Add filesystems:ceph:s3gw repomd.xml
  • Loading branch information
tserong authored Oct 4, 2023
2 parents 6ff684d + 2e05ab8 commit f23daf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM opensuse/leap:15.4 as s3gw-base

# This makes sure the Docker cache is invalidated
# if packages in the s3gw repo on OBS have changed
ADD https://download.opensuse.org/repositories/filesystems:/ceph:/s3gw/15.4/repodata/repomd.xml /tmp/
RUN zypper ar \
https://download.opensuse.org/repositories/filesystems:/ceph:/s3gw/15.4/ \
s3gw-deps \
Expand Down

0 comments on commit f23daf3

Please sign in to comment.