From 35f7a693ad5f9e56056f458785871016f21b12e8 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 13 Sep 2023 08:10:24 +0200 Subject: [PATCH] update image location info --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 647814e..90e4ace 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,19 @@ You can download the image from the gitea embedded container registry: `gitea.oc - `latest` - Is based on the lasted master branch commit. - `next` - Is a test build based on the pull request -- `1`, `0.1`, `0.1.0` - tag based version. +- `1`, `0.1`, `0.1.0`, `1.0.0` - tag based version. > **💡 NOTE: See the [packages page](https://gitea.ocram85.com/CodeServer/-/packages/container/arkanum/latest) for latest version and all other available tags.** +The container images are also published to these registries: + +- [Docker Hub](https://hub.docker.com/r/ocram85/arkanum) + - Pull Endpoint: `ocram85/arkanum` +- [GitHub Container Registry](https://github.com/OCram85/arkanum/pkgs/container/arkanum) + - Pull Endpoint: `ghcr.io/ocram85/arkanum` +- [Codeberg Packages](https://codeberg.org/codeserver/-/packages/container/arkanum/next) +- Pull Endpoint: `codeberg.org/codeserver/arkanum` + ### 2.a Run as Docker Swarm Stack This example shows how to run arkanum as an additional swarm stack. @@ -246,9 +255,9 @@ following command: ```bash # restart the installation -arkanum --install-extensions +arkanum config install-extensions # Optional: reset the vscode user setting -arkanum --reset-codesetting +arkanum config reset-codesettings # Reload with command F1 + Developer: Reload Window ``` ## 😡 We're Using GitHub Under Protest