Skip to content

Commit

Permalink
fix: Build jupyter image in capella-dockerimages
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Feb 15, 2023
1 parent d94a913 commit 453a745
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 59 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ t4c-client:
$(CAPELLA_DOCKERIMAGES) CAPELLA_VERSIONS="$(T4C_CLIENT_VERSIONS)" t4c/client/remote t4c/client/backup

jupyter:
docker build -t $(LOCAL_REGISTRY_NAME):$(REGISTRY_PORT)/jupyter-notebook --build-arg UID=$(TECHUSER_UID) images/jupyter
docker push $(LOCAL_REGISTRY_NAME):$(REGISTRY_PORT)/jupyter-notebook
$(CAPELLA_DOCKERIMAGES) CAPELLA_VERSIONS="$(CAPELLA_VERSIONS)" jupyter

docs:
docker build -t capella/collab/docs -t $(LOCAL_REGISTRY_NAME):$(REGISTRY_PORT)/capella/collab/docs docs/user
Expand Down
2 changes: 1 addition & 1 deletion capella-dockerimages
43 changes: 0 additions & 43 deletions images/jupyter/Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions images/jupyter/docker-entrypoint.sh

This file was deleted.

0 comments on commit 453a745

Please sign in to comment.