Skip to content

Commit

Permalink
Try switching to Ubuntu 22.04
Browse files Browse the repository at this point in the history
Tests this repo2docker action PR:
jupyterhub/repo2docker-action#96

to test this repo2docker PR:
jupyterhub/repo2docker#909
  • Loading branch information
yuvipanda committed Jan 7, 2023
1 parent 214325e commit e251453
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@main

- name: Build and push the image to quay.io
uses: jupyterhub/repo2docker-action@master
uses: yuvipanda/repo2docker-action@extra-args
with:
# Make sure username & password/token pair matches your registry credentials
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
Expand All @@ -39,7 +39,10 @@ jobs:
REPO_DIR: /srv/repo
# Uncomment and modify the following line with your image name, otherwise no push will happen
IMAGE_NAME: "volcanocyber/victor-notebook"
REPO2DOCKER_EXTRA_ARGS: --Repo2Docker.base_image=docker.io/library/buildpack-deps:jammy
FORCE_REP2DOCKER_VERSION: git+https://github.com/yuvipanda/repo2docker@feat/new-base


# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
run: df -h
run: df -h
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@main

- name: Build the image and push it if `NO_PUSH` disabled
uses: jupyterhub/repo2docker-action@master
uses: yuvipanda/repo2docker-action@extra-args
with: # make sure username & password/token matches your registry
NO_PUSH: "true"
DOCKER_REGISTRY: "quay.io"
Expand All @@ -34,7 +34,9 @@ jobs:
REPO_DIR: /srv/repo
# Uncomment and modify the following line with your image name.
IMAGE_NAME: "volcanocyber/victor-notebook"
REPO2DOCKER_EXTRA_ARGS: --Repo2Docker.base_image=docker.io/library/buildpack-deps:jammy
FORCE_REP2DOCKER_VERSION: git+https://github.com/yuvipanda/repo2docker@feat/new-base

# Lets us monitor disks getting full as images get bigger over time
- name: Show how much disk space is left
run: df -h
run: df -h

0 comments on commit e251453

Please sign in to comment.