Skip to content

Commit

Permalink
Update for openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
wottop committed Oct 18, 2024
1 parent ab14968 commit db8a943
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ RUN microdnf \
--disablerepo=* \
--enablerepo=ubi-9-baseos-rpms \
install -y tar rsync
RUN microdnf \
--disablerepo=* \
--enablerepo=ubi-9-appstream-rpms \
--enablerepo=ubi-9-baseos-rpms \
update -y

# TODO: Investigate layertools? See https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#container-images.efficient-images.layering
# and https://spring.io/guides/topicals/spring-boot-docker/#_spring_boot_layer_index
Expand Down
5 changes: 5 additions & 0 deletions swatch-producer-aws/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ RUN microdnf \
--disablerepo=* \
--enablerepo=ubi-9-baseos-rpms \
install -y tar rsync
RUN microdnf \
--disablerepo=* \
--enablerepo=ubi-9-appstream-rpms \
--enablerepo=ubi-9-baseos-rpms \
update -y

# Used by Quarkus dev mode
RUN chown default:root /deployments
Expand Down

0 comments on commit db8a943

Please sign in to comment.