We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bbc96 commit c23526cCopy full SHA for c23526c
etc/docker/kernel-r/Dockerfile
@@ -1,8 +1,5 @@
1
-# quay.io/jupyter
2
-ARG HUB_ORG
3
-
4
# Ubuntu 18.04.1 LTS Bionic
5
-ARG BASE_CONTAINER=$HUB_ORG/r-notebook:r-4.5.2
+ARG BASE_CONTAINER=quay.io/jupyter/r-notebook:r-4.5.2
6
FROM $BASE_CONTAINER
7
8
RUN conda install --quiet --yes \
0 commit comments