Skip to content

Commit

Permalink
docker: fix typo in branch name (#387)
Browse files Browse the repository at this point in the history
"releasebranch" was mispelled as "relesebranch"

Fixed #386
  • Loading branch information
neteler committed Aug 29, 2023
1 parent 8a027a9 commit af9d840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/download/docker.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ For a list of GRASS GIS versions, see the [docker tag list](https://hub.docker.c
<i class="fa fa-info-circle"></i> The following Docker images are generated from the <b>GRASS GIS releasebranch {{< grassVersion version="current" type="short">}}</b></div>

* {{< donateDialog isToggle=true isMarkdown=true >}}[<i class="fa fa-download"></i> Alpine based](https://hub.docker.com/r/osgeo/grass-gis/tags?page=1&name=alpine){{< /donateDialog >}} (<small>233 MB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull osgeo/grass-gis:relesebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-alpine</code></pre>
<pre><code class="dockerfile">docker pull osgeo/grass-gis:releasebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-alpine</code></pre>

* {{< donateDialog isToggle=true isMarkdown=true >}}[<i class="fa fa-download"></i> Debian 10 based](https://hub.docker.com/r/osgeo/grass-gis/tags?page=1&name=debian){{< /donateDialog >}} (<small>1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull osgeo/grass-gis:relesebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-debian</code></pre>
<pre><code class="dockerfile">docker pull osgeo/grass-gis:releasebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-debian</code></pre>

* {{< donateDialog isToggle=true isMarkdown=true >}}[<i class="fa fa-download"></i> Ubuntu 22.04 based](https://hub.docker.com/r/osgeo/grass-gis/tags?page=1&name=ubuntu){{< /donateDialog >}} (<small>1.2 GB, with Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull osgeo/grass-gis:relesebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-ubuntu</code></pre>
<pre><code class="dockerfile">docker pull osgeo/grass-gis:releasebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-ubuntu</code></pre>

* {{< donateDialog isToggle=true isMarkdown=true >}}[<i class="fa fa-download"></i> Ubuntu 22.04 based with GUI support](https://hub.docker.com/r/osgeo/grass-gis/tags?page=1&name=ubuntu_wxgui){{< /donateDialog >}} (<small>1.3 GB, with wxPython, Python 3 and PDAL</small>)
<pre><code class="dockerfile">docker pull osgeo/grass-gis:relesebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-ubuntu_wxgui</code></pre>
<pre><code class="dockerfile">docker pull osgeo/grass-gis:releasebranch_{{< currentVersion.inline >}}{{- .Site.Data.grass.current_version_underscore -}}{{</currentVersion.inline >}}-ubuntu_wxgui</code></pre>

<hr>

Expand Down

0 comments on commit af9d840

Please sign in to comment.