Skip to content

Commit 9eee107

Browse files
authored
DEV: update gitpod's dockerhub workspace (#52698)
1 parent aa4a039 commit 9eee107

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# -------------------------------------------------------------------------
55

66
# assuming we use dockerhub: name of the docker user, docker image, tag, e.g. https://hub.docker.com/r/pandas/pandas-gitpod/tags
7-
image: pythonpandas/pandas-gitpod:latest
7+
image: pandas/pandas-gitpod:latest
88
tasks:
99
- name: Prepare development environment
1010
init: |

gitpod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# are visible in the host and container.
1414
# The docker image is retrieved from the pandas dockerhub repository
1515
#
16-
# docker run --rm -it -v $(pwd):/home/pandas pythonpandas/pandas-dev:<image-tag>
16+
# docker run --rm -it -v $(pwd):/home/pandas pandas/pandas-dev:<image-tag>
1717
#
1818
# By default the container will activate the conda environment pandas-dev
1919
# which contains all the dependencies needed for pandas development

gitpod/gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Doing a local shallow clone - keeps the container secure
22
# and much slimmer than using COPY directly or making a
33
# remote clone
4-
ARG BASE_CONTAINER="pythonpandas/pandas-dev:latest"
4+
ARG BASE_CONTAINER="pandas/pandas-dev:latest"
55
FROM gitpod/workspace-base:latest as clone
66

77
# the clone should be deep enough for versioneer to work

0 commit comments

Comments
 (0)