Skip to content

Commit

Permalink
Use eos-all image for revad-eos docker image (#2860)
Browse files Browse the repository at this point in the history
* fix: revad-eos: use eos-all image instead of slim

Signed-off-by: Jimil Desai <jimildesai42@gmail.com>
  • Loading branch information
jimil749 authored May 17, 2022
1 parent 4e84d28 commit fbacd9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.revad-eos
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

FROM gitlab-registry.cern.ch/dss/eos/eos-slim:4.8.54
FROM gitlab-registry.cern.ch/dss/eos/eos-all:4.8.66

RUN yum -y update && yum clean all

Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/eos-all-image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugfix: Use `eos-all` parent image

https://github.com/cs3org/reva/pull/2860

0 comments on commit fbacd9f

Please sign in to comment.