Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Feb 2, 2024
1 parent 32e90ab commit 7d22572
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion base/anaconda-python-3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Python applications.
FROM registry.access.redhat.com/ubi8/s2i-base AS s2i-python-anaconda-38-base

ARG AUTHORITATIVE_SOURCE_URL
ARG BUILD_COMMIT_REF
ARG IMAGE_REGISTRY

EXPOSE 8080

# TODO(Spryor): ensure these are right, add Anaconda versions
Expand Down Expand Up @@ -88,7 +92,11 @@ LABEL name="odh-notebook-base-ubi8-anaconda-python-3.8" \
summary="Anaconda based Python 3.8 base image for ODH notebooks" \
description="Anaconda Base Python 3.8 builder image based on UBI8 for ODH notebooks" \
io.k8s.display-name="Anaconda Python 3.8 base image for ODH notebooks" \
io.k8s.description="Anaconda Base Python 3.8 builder image based on UBI8 for ODH notebooks"
io.k8s.description="Anaconda Base Python 3.8 builder image based on UBI8 for ODH notebooks" \
authoritative-source-url="${AUTHORITATIVE_SOURCE_URL}" \
io.openshift.build.commit.ref="${BUILD_COMMIT_REF}" \
io.openshift.build.source-location="${AUTHORITATIVE_SOURCE_URL}/tree/${BUILD_COMMIT_REF}/base/anaconda-python-3.8" \
io.openshift.build.image="${IMAGE_REGISTRY}:base-c9s-python-3.9" TODO ?????

WORKDIR /opt/app-root/bin

Expand Down

0 comments on commit 7d22572

Please sign in to comment.