You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cnf-tests/.konflux/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ As part of the update, make sure that packages are updated in both `rpms.in.yaml
19
19
It is enough that the Dockerfile that is used to generate the lockfile contain the final base image and the command that installs the packages. For example:
20
20
21
21
```azure
22
-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
22
+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
23
23
RUN microdnf install -y lksctp-tools iproute \
24
24
ethtool iputils procps-ng numactl-libs iptables \
25
25
kmod realtime-tests linuxptp iperf3 nc \
@@ -31,7 +31,7 @@ When an image version is out-of-maintenance (OOM) some versions has what's calle
31
31
As any other RPM repo, also EUS repos need to be enabled in the activation key. Once enabled, the lockfile will be generated with additional EUS packages. The version of the base images should anyhow align with those used for OCP for the same branch.
32
32
33
33
**Important**:
34
-
* When starting the container in which you will be generating the lockfile in, use a production image in order to get the GA RPM repos and not beta one. So use `registry.access.redhat.com/ubi9/ubi-minimal:9.4` and not `registry-proxy.engineering.redhat.com/rh-osbs/ubi9/ubi-minimal:9.4`.
34
+
* When starting the container in which you will be generating the lockfile in, use a production image in order to get the GA RPM repos and not beta one. So use `registry.access.redhat.com/ubi9/ubi-minimal:latest` and not `registry-proxy.engineering.redhat.com/rh-osbs/ubi9/ubi-minimal:latest`.
35
35
* Please make sure that the repos that you used to pull the RPMs from are found under the activation key that is associated to the konflux public instance by:
0 commit comments