Skip to content

Commit

Permalink
move py-rocket-geospatial-2 to images
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Nov 7, 2024
1 parent af2e157 commit 250eb60
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 61 deletions.
21 changes: 21 additions & 0 deletions .devcontainer/py-rocket-geospatial-2/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "py-rocket-geospatial-2",
"workspaceFolder": "/home/jovyan",
"image": "ghcr.io/nmfs-opensci/container-images/py-rocket-geospatial-2:latest",

// Ports to be forwarded from the container to the host
"forwardPorts": [8889],
"portsAttributes": {
"8889": {
"label": "Jupyter Lab",
"onAutoForward": "notify"
}
},

// Create a README that is automatically opened in preview mode
// the echo bit is to fix pwd in bash terminal in RStudio
"postCreateCommand": "echo '[![](https://img.shields.io/badge/Open%20Jupyter%20Lab-37a779?style=for-the-badge)](https://'${CODESPACE_NAME}'-8889.app.github.dev)' > README.md && echo 'PWD=/home/jovyan\ncd ${PWD}' >> ~/.bash_login",

// Start Jupyter Lab
"postStartCommand": "jupyter lab --ip=0.0.0.0 --port=8889 --allow-root --no-browser --notebook-dir=/home/jovyan --NotebookApp.token='' --NotebookApp.password=''",
}
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
paths:
- 'action.yml'
- .github/workflows/build-and-push.yml
- 'draft_images/py-rocket-geospatial-2/**'
- 'images/py-rocket-geospatial-2/**'
- 'draft_images/coastwatch-qgis/**'
- 'draft_images/test/**'

env:
WATCHED_DIRECTORIES: |
draft_images/py-rocket-geospatial-2
images/py-rocket-geospatial-2
draft_images/coastwatch-qgis
draft_images/test
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/docker-image-coastwatch-qgis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ table_line <- function(i){
|-----------|---------------------------|----------------|-----------|
| **Base** | Use as the base image when possible | | |
```{r results='asis', echo=FALSE}
imgs <- c("py-rocket-base", "py-rocket-geospatial")
imgs <- c("py-rocket-base", "py-rocket-geospatial", "py-rocket-geospatial-2")
for(i in imgs) table_line(i)
```
| | | | |
Expand Down
66 changes: 43 additions & 23 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 250eb60

Please sign in to comment.