Skip to content

Commit

Permalink
Update openssl-libs in controller dockerfile (kanisterio#949)
Browse files Browse the repository at this point in the history
* Update openssl-libs in the baseimage Dockerfile

* Improve the desc in Dockerfile

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
viveksinghggits and mergify[bot] authored Apr 12, 2021
1 parent 3a653ff commit ec02670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ LABEL name=ARG_BIN \
release="${kanister_version}" \
summary="Microservice for application-specific data management" \
maintainer="Tom Manville<tom@kasten.io>" \
description="Framework and utilities for application-specific data management"
description="Framework and utilities for application-specific data management, has updated openssl-libs."

RUN microdnf install git && \
microdnf update openssl-libs && \
microdnf clean all

COPY licenses /licenses/licenses
Expand Down
2 changes: 2 additions & 0 deletions docker/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3

MAINTAINER Tom Manville<tom@kasten.io>

RUN microdnf update openssl-libs

ADD controller /controller
ENTRYPOINT ["/controller"]

0 comments on commit ec02670

Please sign in to comment.