update readme and build action
This commit is contained in:
@@ -99,6 +99,12 @@ jobs:
|
|||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ secrets.GHCR_USERNAME }}
|
username: ${{ secrets.GHCR_USERNAME }}
|
||||||
password: ${{ secrets.GHCR_PASSWORD }}
|
password: ${{ secrets.GHCR_PASSWORD }}
|
||||||
|
- name: Login to Lavaforge container registry
|
||||||
|
uses: https://github.com/docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: lavaforge.org
|
||||||
|
username: ${{ secrets.LAVAFORGE_USERNAME }}
|
||||||
|
password: ${{ secrets.LAVAFORGE_PASSWORD }}
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
@@ -112,6 +118,7 @@ jobs:
|
|||||||
davidquinonescl/hyperion-docker
|
davidquinonescl/hyperion-docker
|
||||||
git.claeyscloud.com/david/hyperion-docker
|
git.claeyscloud.com/david/hyperion-docker
|
||||||
ghcr.io/davidclaeysquinones/hyperion-docker
|
ghcr.io/davidclaeysquinones/hyperion-docker
|
||||||
|
lavaforge.org/davidclaeysquinones/hyperion-docker
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ The image has the following characteristics:
|
|||||||
4. It disables network segmentation so that by default you don't have to use special network settings
|
4. It disables network segmentation so that by default you don't have to use special network settings
|
||||||
5. Runs hyperiond service as non-root user. Default UID:GID are 1000:1000 but they can be easily changed through environment variables
|
5. Runs hyperiond service as non-root user. Default UID:GID are 1000:1000 but they can be easily changed through environment variables
|
||||||
|
|
||||||
A mirror of this repository can be found in [github](https://github.com/davidclaeysquinones/hyperion-docker).
|
A mirror of this repository can be found in [github](https://github.com/davidclaeysquinones/hyperion-docker) and in [lavaforge](https://lavaforge.org/davidquinonescl/hyperion-docker).
|
||||||
|
|
||||||
The image is distributed in the following container registries :
|
The image is distributed in the following container registries :
|
||||||
- [gitea](https://git.claeyscloud.com/david/-/packages/container/hyperion-docker/latest)
|
- [gitea](https://git.claeyscloud.com/david/-/packages/container/hyperion-docker/latest)
|
||||||
@@ -34,7 +34,8 @@ version: '3.3'
|
|||||||
services:
|
services:
|
||||||
hyperionng:
|
hyperionng:
|
||||||
image: git.claeyscloud.com/david/hyperion-docker
|
image: git.claeyscloud.com/david/hyperion-docker
|
||||||
#image: ghcr.io/davidclaeysquinones/hyperion-docker:latest
|
#image: lavaforge.org/davidclaeysquinones/hyperion-docker
|
||||||
|
#image: ghcr.io/davidclaeysquinones/hyperion-docker
|
||||||
#image: davidquinonescl/hyperion-docker
|
#image: davidquinonescl/hyperion-docker
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/hyperion:/config
|
- /docker/hyperion:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user