Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
add root
  • Loading branch information
eeholmes committed Jul 18, 2024
1 parent 87a0bf2 commit 19eec13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion draft_images/rstudio-gcp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM rocker/rstudio

# Set the entrypoint
USER root

ENTRYPOINT ["/usr/lib/rstudio-server/bin/rserver --www-port=80 --server-daemonize=0 & sleep infinity"]
4 changes: 2 additions & 2 deletions draft_images/rstudio-gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,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.16"
IMAGE_NAME="rstudio-gcp"
IMAGE_TAG="v1.0.1"
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 19eec13

Please sign in to comment.