mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #3363] [MERGED] Add support for Quay.io and GHCR.io as registries #3022
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3363
Author: @BlackDex
Created: 3/23/2023
Status: ✅ Merged
Merged: 3/24/2023
Merged by: @dani-garcia
Base:
main← Head:gha-test📝 Commits (1)
467ecfdAdd support for Quay.io and GHCR.io as registries📊 Changes
25 files changed (+175 additions, -55 deletions)
View changed files
📝
.github/workflows/build.yml(+3 -3)📝
.github/workflows/hadolint.yml(+1 -1)📝
.github/workflows/release.yml(+132 -18)📝
docker/Dockerfile.j2(+5 -5)📝
docker/amd64/Dockerfile(+1 -1)📝
docker/amd64/Dockerfile.alpine(+1 -1)📝
docker/amd64/Dockerfile.buildkit(+1 -1)📝
docker/amd64/Dockerfile.buildkit.alpine(+1 -1)📝
docker/arm64/Dockerfile(+1 -1)📝
docker/arm64/Dockerfile.alpine(+1 -1)📝
docker/arm64/Dockerfile.buildkit(+1 -1)📝
docker/arm64/Dockerfile.buildkit.alpine(+1 -1)📝
docker/armv6/Dockerfile(+1 -1)📝
docker/armv6/Dockerfile.alpine(+1 -1)📝
docker/armv6/Dockerfile.buildkit(+1 -1)📝
docker/armv6/Dockerfile.buildkit.alpine(+1 -1)📝
docker/armv7/Dockerfile(+1 -1)📝
docker/armv7/Dockerfile.alpine(+1 -1)📝
docker/armv7/Dockerfile.buildkit(+1 -1)📝
docker/armv7/Dockerfile.buildkit.alpine(+1 -1)...and 5 more files
📄 Description
To enable support for these container image registries the following needs to be added.
As
Actions secrets and variables-SecretsDOCKERHUB_TOKENandDOCKERHUB_USERNAMEQUAY_TOKENandQUAY_USERNAMEAs
Actions secrets and variables-Variables-Repository VariablesDOCKERHUB_REPOGHCR_REPOQUAY_REPOThe
DOCKERHUB_REPOcurrently configured inSecretscan 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!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.