Skip to content
Snippets Groups Projects
Commit e3d8d30e authored by Administrator's avatar Administrator
Browse files

Change jupyterlab3 to jupyterlab

parent ebcbd52b
Branches main
No related tags found
No related merge requests found
Pipeline #3088 failed with stages
in 1 second
......@@ -4,9 +4,9 @@ ${BASE_IMAGE_TYPE}:
- docker pull $DIT_REGISTRY/base_images/${BASE_IMAGE_TYPE}:main
- docker tag $DIT_REGISTRY/base_images/${BASE_IMAGE_TYPE}:main $CI_REGISTRY/root/maap-workspaces/base_images/${BASE_IMAGE_TYPE}:${TAG}
- docker push $CI_REGISTRY/root/maap-workspaces/base_images/${BASE_IMAGE_TYPE}:${TAG}
- docker pull $DIT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:main
- docker tag $DIT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:main $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
- docker push $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
- docker pull $DIT_REGISTRY/jupyterlab/${BASE_IMAGE_TYPE}:main
- docker tag $DIT_REGISTRY/jupyterlab/${BASE_IMAGE_TYPE}:main $CI_REGISTRY/root/maap-workspaces/jupyterlab/${BASE_IMAGE_TYPE}:${TAG}
- docker push $CI_REGISTRY/root/maap-workspaces/jupyterlab/${BASE_IMAGE_TYPE}:${TAG}
- scp -vr devfiles/${BASE_IMAGE_TYPE}/devfile/ ${UAT_API_MACHINE}:/var/www/devfile-registry/devfiles/${BASE_IMAGE_TYPE}/
- scp -vr devfiles/devfile_compile.py ${UAT_API_MACHINE}:/var/www/devfile-registry/devfiles/devfile_compile.py
- ssh ${UAT_API_MACHINE} python3 /var/www/devfile-registry/devfiles/devfile_compile.py
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment