Skip to content

Commit

Permalink
v1.0.21
Browse files Browse the repository at this point in the history
add user root
  • Loading branch information
eeholmes committed Jul 18, 2024
1 parent e3775b9 commit 87a0bf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-test-gcp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker Image CI test-gcp
env:
IMAGE_NAME: test-gcp
IMAGE_TAG: v1.0.20
IMAGE_TAG: v1.0.21
IMAGE_BRANCH: main
IMAGE_DIR: draft_images

Expand Down
2 changes: 1 addition & 1 deletion draft_images/test-gcp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/nmfs-opensci/container-images/py-rocket-base:latest

USER root

# Set the entrypoint
ENTRYPOINT ["jupyter lab --ip=0.0.0.0 --port=80 --allow-root --no-browser --notebook-dir=/home/jovyan --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.allow_origin='*' & sleep infinity"]
4 changes: 2 additions & 2 deletions draft_images/test-gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
## July 6th

```
IMAGE_NAME="test-gcp"
ARTIFACT_REGISTRY_REPONAME="nmfs-opensci-images"
GCP_PROJECT_NAME="ggn-nmfs-opensciws-dev-1"
ARTIFACT_REGISTRY_LOCATION="us-east4-docker.pkg.dev"
IMAGE_TAG="v1.0.19"
IMAGE_TAG="v1.0.20"
IMAGE_NAME="test-gcp"
docker pull ghcr.io/nmfs-opensci/container-images/$IMAGE_NAME:$IMAGE_TAG
docker tag ghcr.io/nmfs-opensci/container-images/$IMAGE_NAME:$IMAGE_TAG us-east4-docker.pkg.dev/ggn-nmfs-opensciws-dev-1/nmfs-opensci-images/$IMAGE_NAME:$IMAGE_TAG
docker push us-east4-docker.pkg.dev/ggn-nmfs-opensciws-dev-1/$ARTIFACT_REGISTRY_REPONAME/$IMAGE_NAME:$IMAGE_TAG
Expand Down

0 comments on commit 87a0bf2

Please sign in to comment.