Skip to content

Commit

Permalink
Update Docker image links to GitHub Container Registry (#62)
Browse files Browse the repository at this point in the history
Thelta authored Sep 16, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kmbcook Kevin Cook
1 parent fb1606d commit ae293c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/installing/docker.md
Original file line number Diff line number Diff line change
@@ -14,19 +14,19 @@ Images can be downloaded from the following:

{{< toggle-item class="Stable" show=1 >}}
```sh
proget.{{< makedeb_url >}}/docker/makedeb/makedeb
ghcr.io/makedeb/makedeb
```
{{< /toggle-item >}}

{{< toggle-item class="Beta" >}}
```sh
proget.{{< makedeb_url >}}/docker/makedeb/makedeb-beta
ghcr.io/makedeb/makedeb-beta
```
{{< /toggle-item >}}

{{< toggle-item class="Alpha" >}}
```sh
proget.{{< makedeb_url >}}/docker/makedeb/makedeb-alpha
ghcr.io/makedeb/makedeb-alpha
```
{{< /toggle-item >}}

@@ -53,5 +53,5 @@ Images are published for [all currently supported releases of Ubuntu](https://wi
For example, to pull the beta image with the `ubuntu-bionic` tag, pull the following:

```
proget.{{< makedeb_url >}}/docker/makedeb/makedeb-beta:ubuntu-bionic
ghcr.io/makedeb/makedeb-beta:ubuntu-bionic
```

0 comments on commit ae293c6

Please sign in to comment.