Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 22, 2024
1 parent 0ec760c commit b8674e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mamba
name: mamba-py

on:
schedule:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
ghcr.io/geocompx/docker
# generate Docker tags based on the following events/attributes
tags: |
type=raw,value=mamba
type=raw,value=mamba-py
type=sha,prefix=mamba_
type=schedule,pattern={{date 'YYYY-MM-DD'}},prefix=mamba_
-
Expand All @@ -52,7 +52,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
context: mamba
context: mamba-py
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ image | description | size
[docker:pixi-r](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:pixi-r | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=pixi-r)
[docker:pixi-py](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:pixi-py | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=pixi-py)
[docker:pixi-rpy](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:pixi-rpy | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=pixi-rpy)
[docker:mamba](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:mamba | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=mamba)
[docker:](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker: | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=)

The base image is `rocker/geospatial` from [github.com/rocker-org/rocker-versioned2](https://github.com/rocker-org/rocker-versioned2).

Expand Down Expand Up @@ -243,13 +243,13 @@ docker build qgis -t test
docker run -p 8888:8888 test
docker build conda -t geocompy
docker run -it geocompy /bin/bash
docker build mamba -t mamba
docker build -t
```

You should then be able to run commands in the newly created images, e.g. with:

```bash
docker run -it mamba /bin/bash
docker run -it /bin/bash
```


7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ repository](https://wiki.ubuntu.com/UbuntuGIS), as shown below:
| [docker:pixi-r](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:pixi-r | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=pixi-r) |
| [docker:pixi-py](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:pixi-py | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=pixi-py) |
| [docker:pixi-rpy](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:pixi-rpy | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=pixi-rpy) |
| [docker:pixi-rpy](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:mamba | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=mamba) |
| [docker:mamba-py](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:mamba-py | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=mamba-py) |
| [docker:mamba-pyr](https://github.com/geocompx/docker/blob/master/) | docker pull ghcr.io/ghcr.io/geocompx/docker:mamba-pyr | ![](https://ghcr-badge.deta.dev/geocompx/docker/size?tag=mamba-pyr) |

The base image is `rocker/geospatial` from
[github.com/rocker-org/rocker-versioned2](https://github.com/rocker-org/rocker-versioned2).
Expand Down Expand Up @@ -273,12 +274,12 @@ docker build qgis -t test
docker run -p 8888:8888 test
docker build conda -t geocompy
docker run -it geocompy /bin/bash
docker build mamba -t mamba
docker build -t
```

You should then be able to run commands in the newly created images,
e.g. with:

``` bash
docker run -it mamba /bin/bash
docker run -it -py /bin/bash
```
File renamed without changes.

0 comments on commit b8674e5

Please sign in to comment.