1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-14 13:00:05 +02:00
vaultwarden/docker
BlackDex 467ecfdc99
Add support for Quay.io and GHCR.io as registries
- Added support for Quay.io
- Added support for GHCR.io

To enable support for these container image registries the following needs to be added.

As `Actions secrets and variables` - `Secrets`
- `DOCKERHUB_TOKEN` and `DOCKERHUB_USERNAME`
- `QUAY_TOKEN` and `QUAY_USERNAME`

As `Actions secrets and variables` - `Variables` - `Repository Variables`
- `DOCKERHUB_REPO`
- `GHCR_REPO`
- `QUAY_REPO`

The `DOCKERHUB_REPO` currently configured in `Secrets` can be removed if wanted, probably best after this PR has been merged.

If one of the vars/secrets are not configured it will skip that specific registry!
2023-03-23 16:38:27 +01:00
..
amd64 Add support for Quay.io and GHCR.io as registries 2023-03-23 16:38:27 +01:00
arm64 Add support for Quay.io and GHCR.io as registries 2023-03-23 16:38:27 +01:00
armv6 Add support for Quay.io and GHCR.io as registries 2023-03-23 16:38:27 +01:00
armv7 Add support for Quay.io and GHCR.io as registries 2023-03-23 16:38:27 +01:00
Dockerfile.buildx Update async to prepare for main merge 2022-02-22 20:00:33 +01:00
Dockerfile.j2 Add support for Quay.io and GHCR.io as registries 2023-03-23 16:38:27 +01:00
healthcheck.sh Take ROCKET_ADDRESS into account in the Docker healthcheck 2022-10-20 01:04:09 -07:00
Makefile Rename .buildx Dockerfiles to .buildkit 2023-01-24 13:11:12 -08:00
README.md Multi-arch image support 2020-07-15 20:03:34 -07:00
render_template Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
start.sh Update deps and Alpine image 2022-07-31 15:45:31 +02:00

The arch-specific directory names follow the arch identifiers used by the Docker official images:

https://github.com/docker-library/official-images/blob/master/README.md#architectures-other-than-amd64