Skip to content

Commit 2633eb4

Browse files
committed
feat(deps): include skopeo in all workbench images
Related-to: https://issues.redhat.com/browse/RHOAIENG-19497
1 parent a0c7cd7 commit 2633eb4

File tree

19 files changed

+141
-116
lines changed

19 files changed

+141
-116
lines changed

codeserver/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/datascience/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER root
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/minimal/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/minimal/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/minimal/ubi9-python-3.11/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/pytorch/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/rocm/pytorch/ubi9-python-3.11/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/rocm/tensorflow/ubi9-python-3.11/Dockerfile.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/tensorflow/ubi9-python-3.11/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER 0
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

jupyter/trustyai/ubi9-python-3.11/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /opt/app-root/bin
99
USER root
1010

1111
# Install useful OS packages
12-
RUN dnf install -y mesa-libGL && dnf clean all && rm -rf /var/cache/yum
12+
RUN dnf install -y mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
1313

1414
# Other apps and tools installed as default user
1515
USER 1001

0 commit comments

Comments
 (0)