Skip to content

Commit

Permalink
Merge pull request #28 from Anaconda-Platform/v0.11
Browse files Browse the repository at this point in the history
update to anaconda-project 0.11.1
  • Loading branch information
AlbertDeFusco authored Sep 26, 2022
2 parents 6d9d5a2 + f698df5 commit 2f79a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FROM alpine-glibc
LABEL maintainer="Anaconda, Inc."

ARG CONDA_VERSION=py39_4.10.3
ARG ANACONDA_PROJECT_VERSION=0.10.2
ARG ANACONDA_PROJECT_VERSION=0.11.1

LABEL io.k8s.description="Run Anaconda Project commands" \
io.k8s.display-name="Anaconda Project ${ANACONDA_PROJECT_VERSION}" \
Expand Down
2 changes: 1 addition & 1 deletion ubi7.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi7/s2i-base
LABEL maintainer="Anaconda, Inc."

ARG CONDA_VERSION=py39_4.10.3
ARG ANACONDA_PROJECT_VERSION=0.10.2
ARG ANACONDA_PROJECT_VERSION=0.11.0

LABEL io.k8s.description="Run Anaconda Project commands" \
io.k8s.display-name="Anaconda Project ${ANACONDA_PROJECT_VERSION}" \
Expand Down
2 changes: 1 addition & 1 deletion ubi8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/s2i-base
LABEL maintainer="Anaconda, Inc."

ARG CONDA_VERSION=py39_4.10.3
ARG ANACONDA_PROJECT_VERSION=0.10.2
ARG ANACONDA_PROJECT_VERSION=0.11.1

LABEL io.k8s.description="Run Anaconda Project commands" \
io.k8s.display-name="Anaconda Project ${ANACONDA_PROJECT_VERSION}" \
Expand Down

0 comments on commit 2f79a99

Please sign in to comment.