File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 22
22
context : .
23
23
tags : builder
24
24
load : true
25
- secrets : |
26
- redhat_org=${{ secrets.REDHAT_ORG }}
27
25
- name : Run
28
26
run : |
29
27
patch -p1 -d ice < 0001-OpenSSL-3.0-build-See-zeroc-ice-ice-1320.patch
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ FROM redhat/ubi9
4
4
5
5
ENV SMDEV_CONTAINER_OFF=1
6
6
7
- RUN --mount=type=secret,id=redhat_org subscription-manager register --org $(cat /run/secrets/redhat_org) --activationkey Ice
8
- RUN subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
9
-
10
7
RUN dnf update -y
11
8
12
9
RUN dnf install -y \
@@ -22,5 +19,3 @@ RUN dnf install -y \
22
19
# Install mcpp
23
20
RUN dnf install -y https://zeroc.com/download/ice/3.7/el8/ice-repo-3.7.el8.noarch.rpm && \
24
21
dnf install -y mcpp-devel
25
-
26
- RUN subscription-manager unregister
You can’t perform that action at this time.
0 commit comments