Skip to content

Commit

Permalink
Adds ca-certificates and ca-certificates-mozilla in operator image
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Jul 20, 2023
1 parent 31a6032 commit 125d5d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .obs/dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
FROM suse/sle15:15.4 as BASE

RUN mkdir /installroot
RUN zypper --installroot /installroot in -y elemental-operator
RUN zypper --installroot /installroot in -y --no-recommends \
elemental-operator ca-certificates ca-certificates-mozilla

FROM scratch as OPERATOR

COPY --from=BASE /installroot /

RUN /usr/sbin/update-ca-certificates

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.rancher.elemental
LABEL org.opencontainers.image.title="Rancher Elemental Operator"
Expand Down

0 comments on commit 125d5d4

Please sign in to comment.