Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
use independent test image of jupyter-stackn
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jul 8, 2022
1 parent b1f64cf commit 93bf9a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- name: build jupyter-stackn image
id: build_jupyter
run: |
docker build -t ghcr.io/scaleoutsystems/stackn/jupyter-stackn:develop . -f components/studio/charts/apps/jupyter-lab/Dockerfile
docker save ghcr.io/scaleoutsystems/stackn/jupyter-stackn:develop > jupyter.tar
docker build -t ghcr.io/scaleoutsystems/stackn/jupyter-stackn:test . -f components/studio/charts/apps/jupyter-lab/Dockerfile
docker save ghcr.io/scaleoutsystems/stackn/jupyter-stackn:test > jupyter.tar
sudo microk8s ctr image import jupyter.tar
echo "Changing jupyter-stackn test image in project template"
sed -i "s/\(\"image\": \"jupyter-stackn:.*\"\)/\"image\": \"jupyter-stackn:test\"/g" ./components/studio/projects/fixtures/projects_templates.json
- name: start studio
working-directory: ${{env.working-directory}}
id: setup
Expand Down

0 comments on commit 93bf9a3

Please sign in to comment.