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: Dockerfile
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,9 @@ RUN dnf clean all
57
57
58
58
COPY manifests /manifests
59
59
60
+
ARG TAGS=''
61
+
RUN if [[ "${TAGS}" = *scos* ]]; then sed -i 's/rhel-coreos/stream-coreos/g' /manifests/*; fi
62
+
60
63
LABEL io.k8s.description="driver-toolkit is a container with the kernel packages necessary for building driver containers for deploying kernel modules/drivers on OpenShift" \
0 commit comments