Skip to content

Commit

Permalink
delete test classes, change to pkg.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-murphy committed Jul 30, 2024
1 parent b035e45 commit 4bd8464
Show file tree
Hide file tree
Showing 29 changed files with 38 additions and 647 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/basepackages-recurring-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Build and Push JH Image
run: |
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/basepackages:${GITHUB_SHA}
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/basepackages:latest
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/basepackages:recurring-
docker push gcr.io/jupyterhub-docker-images/basepackages:latest
docker push gcr.io/jupyterhub-docker-images/basepackages:recurring-
docker push gcr.io/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker push gcr.io/jupyterhub-docker-images/basepackages:${GITHUB_SHA}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/basepackages:${GITHUB_SHA}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/basepackages:latest
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/basepackages:recurring-
docker push pkg.dev/jupyterhub-docker-images/basepackages:latest
docker push pkg.dev/jupyterhub-docker-images/basepackages:recurring-
docker push pkg.dev/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker push pkg.dev/jupyterhub-docker-images/basepackages:${GITHUB_SHA}
- name: Upload Conda Env Files to Google Storage Bucket
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/basepackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build and Push JH Image
run: |
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/basepackages:latest
docker push gcr.io/jupyterhub-docker-images/basepackages:latest
docker push gcr.io/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/basepackages:latest
docker push pkg.dev/jupyterhub-docker-images/basepackages:latest
docker push pkg.dev/jupyterhub-docker-images/basepackages:${GITHUB_REF##*/}
16 changes: 8 additions & 8 deletions .github/workflows/mpa2065-fall-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Build and Push JH Image
run: |
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/mpa2065:${GITHUB_SHA}
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/mpa2065:latest
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/mpa2065:fall-2024
docker push gcr.io/jupyterhub-docker-images/mpa2065:latest
docker push gcr.io/jupyterhub-docker-images/mpa2065:fall-2024
docker push gcr.io/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker push gcr.io/jupyterhub-docker-images/mpa2065:${GITHUB_SHA}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/mpa2065:${GITHUB_SHA}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/mpa2065:latest
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/mpa2065:fall-2024
docker push pkg.dev/jupyterhub-docker-images/mpa2065:latest
docker push pkg.dev/jupyterhub-docker-images/mpa2065:fall-2024
docker push pkg.dev/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker push pkg.dev/jupyterhub-docker-images/mpa2065:${GITHUB_SHA}
- name: Upload Conda Env Files to Google Storage Bucket
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/mpa2065.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build and Push JH Image
run: |
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest gcr.io/jupyterhub-docker-images/mpa2065:latest
docker push gcr.io/jupyterhub-docker-images/mpa2065:latest
docker push gcr.io/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
docker tag jupyterhub-docker-images_jh_image:latest pkg.dev/jupyterhub-docker-images/mpa2065:latest
docker push pkg.dev/jupyterhub-docker-images/mpa2065:latest
docker push pkg.dev/jupyterhub-docker-images/mpa2065:${GITHUB_REF##*/}
52 changes: 0 additions & 52 deletions .github/workflows/test-j-recurring-tag.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/test-j.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/test-r-recurring-tag.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/test-r.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/test-recurring-tag.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gcloud auth configure-docker

```
# example
docker run -it --rm -p 8888:8888 gcr.io/jupyterhub-docker-images/mpa2065:latest
docker run -it --rm -p 8888:8888 pkg.dev/jupyterhub-docker-images/mpa2065:latest
```

#### Environment Files
Expand Down
Loading

0 comments on commit 4bd8464

Please sign in to comment.