Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage with s390x support
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand Down Expand Up @@ -33,6 +34,8 @@ else
fi
EOF

### END mongocli-builder stage with s390x support

####################
# cpu-base #
####################
Expand Down Expand Up @@ -337,8 +340,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/datascience/ubi9-python-3.12/Dockerfile.konflux.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage with s390x support
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand Down Expand Up @@ -33,6 +34,8 @@ else
fi
EOF

### END mongocli-builder stage with s390x support

####################
# cpu-base #
####################
Expand Down Expand Up @@ -335,8 +338,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -21,6 +22,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# cuda-base #
####################
Expand Down Expand Up @@ -125,8 +128,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -21,6 +22,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# cuda-base #
####################
Expand Down Expand Up @@ -125,8 +128,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/pytorch/ubi9-python-3.12/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -21,6 +22,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# cuda-base #
####################
Expand Down Expand Up @@ -125,8 +128,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/pytorch/ubi9-python-3.12/Dockerfile.konflux.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -21,6 +22,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# cuda-base #
####################
Expand Down Expand Up @@ -125,8 +128,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.konflux.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -19,6 +20,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# rocm-base #
####################
Expand Down Expand Up @@ -131,8 +134,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -19,6 +20,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# rocm-base #
####################
Expand Down Expand Up @@ -131,8 +134,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -19,6 +20,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# rocm-base #
####################
Expand Down Expand Up @@ -131,8 +134,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -19,6 +20,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# rocm-base #
####################
Expand Down Expand Up @@ -131,8 +134,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/tensorflow/ubi9-python-3.12/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -21,6 +22,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# cuda-base #
####################
Expand Down Expand Up @@ -133,8 +136,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/tensorflow/ubi9-python-3.12/Dockerfile.konflux.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG TARGETARCH
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -21,6 +22,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# cuda-base #
####################
Expand Down Expand Up @@ -133,8 +136,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/trustyai/ubi9-python-3.12/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -19,6 +20,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# wheel-cache-base #
####################
Expand Down Expand Up @@ -164,8 +167,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
5 changes: 5 additions & 0 deletions jupyter/trustyai/ubi9-python-3.12/Dockerfile.konflux.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#########################
ARG BASE_IMAGE

### BEGIN mongocli-builder stage
######################################################
# mongocli-builder (build stage only, not published) #
######################################################
Expand All @@ -19,6 +20,8 @@ cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/
CGO_ENABLED=1 GOOS=linux go build -a -tags strictfipsruntime -o /tmp/mongocli ./cmd/mongocli/
EOF

### END mongocli-builder stage

####################
# wheel-cache-base #
####################
Expand Down Expand Up @@ -163,8 +166,10 @@ dnf clean all
rm -rf /var/cache/yum
EOF

### BEGIN Copy mongocli from builder
# Copy dynamically-linked mongocli built in earlier build stage
COPY --from=mongocli-builder /tmp/mongocli /opt/app-root/bin/
### END Copy mongocli from builder

# Other apps and tools installed as default user
USER 1001
Expand Down
Loading
Loading