Skip to content

Commit 40d4867

Browse files
authored
Merge pull request #1 from sbesson/ubi_only
Remove RHEL activation logic to install libdb-cxx-devel
2 parents 463635b + 4a2d8af commit 40d4867

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
context: .
2323
tags: builder
2424
load: true
25-
secrets: |
26-
redhat_org=${{ secrets.REDHAT_ORG }}
2725
- name: Run
2826
run: |
2927
patch -p1 -d ice < 0001-OpenSSL-3.0-build-See-zeroc-ice-ice-1320.patch

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ FROM redhat/ubi9
44

55
ENV SMDEV_CONTAINER_OFF=1
66

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-
107
RUN dnf update -y
118

129
RUN dnf install -y \
@@ -22,5 +19,3 @@ RUN dnf install -y \
2219
# Install mcpp
2320
RUN dnf install -y https://zeroc.com/download/ice/3.7/el8/ice-repo-3.7.el8.noarch.rpm && \
2421
dnf install -y mcpp-devel
25-
26-
RUN subscription-manager unregister

0 commit comments

Comments
 (0)