Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: update outdated release branch names #2431

Merged
merged 1 commit into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ __To build a stable version__:
change to the releasebranch or tag you want to build:

```bash
git checkout remotes/origin/releasebranch_7_8
git checkout remotes/origin/releasebranch_8_2
```

and build and enter with:
Expand Down
5 changes: 3 additions & 2 deletions docker/debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ docker build \
--tag grass-py3-pdal:latest-debian .
```

View the images available using `sudo docker images` and open a bash terminal with:
View the images available using `sudo docker images` and open a bash terminal
with:

```bash
$ docker run -it grass-py3-pdal:latest-debian /bin/bash
Expand All @@ -33,7 +34,7 @@ __To build a stable version__:
change to the releasebranch or tag you want to build:

```bash
git checkout remotes/origin/releasebranch_7_8
git checkout remotes/origin/releasebranch_8_2
```

and build and enter with:
Expand Down
4 changes: 2 additions & 2 deletions docker/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __To build a stable version__:
change to the releasebranch or tag you want to build:

```bash
git checkout remotes/origin/releasebranch_7_8
git checkout remotes/origin/releasebranch_8_2
```

and build and enter with:
Expand Down Expand Up @@ -73,7 +73,7 @@ __To build a latest version__:
change to the releasebranch or tag you want to build:

```bash
git checkout remotes/origin/releasebranch_7_8
git checkout remotes/origin/releasebranch_8_2
```

and build and enter with:
Expand Down
6 changes: 3 additions & 3 deletions singularity/debian/README_debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ __To build a stable version__:
change to the releasebranch or tag you want to build:

```bash
git checkout remotes/origin/releasebranch_7_8
git checkout remotes/origin/releasebranch_8_2
```

and build and enter with:

```bash
sudo singularity build grass_7_8.simg singularity/debian/singularity_debian
sudo singularity build grass_8_2.simg singularity/debian/singularity_debian
```

The image can be used as:

```bash
singularity exec containers/grass_7.8.simg grass --version
singularity exec containers/grass_8.2.simg grass --version
```