Skip to content

Commit

Permalink
Merge pull request #631 from rhmdnd/remove-unnecessary-subscription-f…
Browse files Browse the repository at this point in the history
…rom-operator-dockerfile

Remove unnecessary subscription from operator Dockerfile
  • Loading branch information
rhmdnd authored Nov 27, 2024
2 parents a46b08c + 54c870f commit ab2f07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FROM registry.redhat.io/ubi9/ubi:latest

RUN INSTALL_PKGS="tar" && \
if [ ! -e /usr/bin/dnf ]; then ln -s /usr/bin/microdnf /usr/bin/dnf; fi && \
subscription-manager register --org $(cat "/activation-key/org") --activationkey $(cat "/activation-key/activationkey") && \
dnf update glibc -y && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
dnf clean all && rm -rf /var/cache/*
Expand Down

0 comments on commit ab2f07d

Please sign in to comment.