generated from Templates/Baseline
Compare commits
2 Commits
7b7e21be51
...
35f7a693ad
Author | SHA1 | Date | |
---|---|---|---|
35f7a693ad | |||
45efb4e5e5 |
@ -3,7 +3,7 @@ depends_on:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
# deployment targets
|
# deployment targets
|
||||||
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum'
|
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum'
|
||||||
# logins for deployment targets
|
# logins for deployment targets
|
||||||
- publish_logins: &publish_logins
|
- publish_logins: &publish_logins
|
||||||
# Default DockerHub login
|
# Default DockerHub login
|
||||||
@ -24,6 +24,12 @@ variables:
|
|||||||
from_secret: github_user
|
from_secret: github_user
|
||||||
password:
|
password:
|
||||||
from_secret: github_passwd
|
from_secret: github_passwd
|
||||||
|
# Codeberg
|
||||||
|
- registry: https://codeberg.org
|
||||||
|
username:
|
||||||
|
from_secret: codeberg_user
|
||||||
|
password:
|
||||||
|
from_secret: codeberg_passwd
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
latest:
|
latest:
|
||||||
@ -32,7 +38,7 @@ steps:
|
|||||||
repo: *publish_repos
|
repo: *publish_repos
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
logins: *publish_logins
|
logins: *publish_logins
|
||||||
build_args:
|
build_args:
|
||||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||||
- TAG=${CI_COMMIT_TAG}
|
- TAG=${CI_COMMIT_TAG}
|
||||||
|
15
README.md
15
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.
|
- `latest` - Is based on the lasted master branch commit.
|
||||||
- `next` - Is a test build based on the pull request
|
- `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.**
|
> **💡 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
|
### 2.a Run as Docker Swarm Stack
|
||||||
|
|
||||||
This example shows how to run arkanum as an additional swarm stack.
|
This example shows how to run arkanum as an additional swarm stack.
|
||||||
@ -246,9 +255,9 @@ following command:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# restart the installation
|
# restart the installation
|
||||||
arkanum --install-extensions
|
arkanum config install-extensions
|
||||||
# Optional: reset the vscode user setting
|
# Optional: reset the vscode user setting
|
||||||
arkanum --reset-codesetting
|
arkanum config reset-codesettings
|
||||||
# Reload with command F1 + Developer: Reload Window
|
# Reload with command F1 + Developer: Reload Window
|
||||||
```
|
```
|
||||||
## 😡 We're Using GitHub Under Protest
|
## 😡 We're Using GitHub Under Protest
|
||||||
|
Loading…
Reference in New Issue
Block a user