Skip to content

Commit

Permalink
Merge pull request #39 from FranzDiebold/fix/base-image-source
Browse files Browse the repository at this point in the history
Update base image source: Moved from DockerHub to quay.io
  • Loading branch information
FranzDiebold authored Apr 11, 2024
2 parents 2397294 + bd0fa9a commit 1b68b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datascience-ultimate-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Base image for X86 architecture
FROM jupyter/all-spark-notebook:x86_64-latest AS base-amd64
FROM quay.io/jupyter/all-spark-notebook:x86_64-latest AS base-amd64

# Base image for ARM architecture
FROM jupyter/all-spark-notebook:aarch64-latest AS base-arm64
FROM quay.io/jupyter/all-spark-notebook:aarch64-latest AS base-arm64

# Actual base image to be used
FROM base-${TARGETARCH}
Expand Down

0 comments on commit 1b68b5a

Please sign in to comment.