Skip to content

Commit

Permalink
update output files
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Oct 28, 2024
1 parent fca3db6 commit 46d6485
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*


ARG KUBECTL_VERSION=v1.28.2
ARG KUBECTL_VERSION=v1.31.1
ARG KUBECTL_URL=https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
ARG KUBECTL_SHA=c922440b043e5de1afa3c1382f8c663a25f055978cbc6e8423493ec157579ec5
ARG KUBECTL_SHA=57b514a7facce4ee62c93b8dc21fda8cf62ef3fed22e44ffc9d167eab843b2ae

ARG AZCLI_URL=https://aka.ms/InstallAzureCLIDeb

Expand Down
4 changes: 2 additions & 2 deletions output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*


ARG KUBECTL_VERSION=v1.28.2
ARG KUBECTL_VERSION=v1.31.1
ARG KUBECTL_URL=https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
ARG KUBECTL_SHA=c922440b043e5de1afa3c1382f8c663a25f055978cbc6e8423493ec157579ec5
ARG KUBECTL_SHA=57b514a7facce4ee62c93b8dc21fda8cf62ef3fed22e44ffc9d167eab843b2ae

ARG AZCLI_URL=https://aka.ms/InstallAzureCLIDeb

Expand Down
4 changes: 2 additions & 2 deletions output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*


ARG KUBECTL_VERSION=v1.28.2
ARG KUBECTL_VERSION=v1.31.1
ARG KUBECTL_URL=https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
ARG KUBECTL_SHA=c922440b043e5de1afa3c1382f8c663a25f055978cbc6e8423493ec157579ec5
ARG KUBECTL_SHA=57b514a7facce4ee62c93b8dc21fda8cf62ef3fed22e44ffc9d167eab843b2ae

ARG AZCLI_URL=https://aka.ms/InstallAzureCLIDeb

Expand Down
4 changes: 2 additions & 2 deletions output/remote-desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*


ARG KUBECTL_VERSION=v1.28.2
ARG KUBECTL_VERSION=v1.31.1
ARG KUBECTL_URL=https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
ARG KUBECTL_SHA=c922440b043e5de1afa3c1382f8c663a25f055978cbc6e8423493ec157579ec5
ARG KUBECTL_SHA=57b514a7facce4ee62c93b8dc21fda8cf62ef3fed22e44ffc9d167eab843b2ae

ARG AZCLI_URL=https://aka.ms/InstallAzureCLIDeb

Expand Down
4 changes: 2 additions & 2 deletions output/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*


ARG KUBECTL_VERSION=v1.28.2
ARG KUBECTL_VERSION=v1.31.1
ARG KUBECTL_URL=https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
ARG KUBECTL_SHA=c922440b043e5de1afa3c1382f8c663a25f055978cbc6e8423493ec157579ec5
ARG KUBECTL_SHA=57b514a7facce4ee62c93b8dc21fda8cf62ef3fed22e44ffc9d167eab843b2ae

ARG AZCLI_URL=https://aka.ms/InstallAzureCLIDeb

Expand Down
4 changes: 2 additions & 2 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*


ARG KUBECTL_VERSION=v1.28.2
ARG KUBECTL_VERSION=v1.31.1
ARG KUBECTL_URL=https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl
ARG KUBECTL_SHA=c922440b043e5de1afa3c1382f8c663a25f055978cbc6e8423493ec157579ec5
ARG KUBECTL_SHA=57b514a7facce4ee62c93b8dc21fda8cf62ef3fed22e44ffc9d167eab843b2ae

ARG AZCLI_URL=https://aka.ms/InstallAzureCLIDeb

Expand Down

0 comments on commit 46d6485

Please sign in to comment.