Switch official environment publishing to Docker Hub
This commit is contained in:
parent
0c4ac17b82
commit
6988d85f7d
11 changed files with 590 additions and 73 deletions
|
|
@ -74,8 +74,8 @@ CATALOG: dict[str, VmEnvironment] = {
|
|||
distribution="debian",
|
||||
distribution_version="12",
|
||||
source_profile="debian-git",
|
||||
oci_registry="ghcr.io",
|
||||
oci_repository="thaloco/pyro-environments/debian-12",
|
||||
oci_registry="registry-1.docker.io",
|
||||
oci_repository="thalesmaciel/pyro-environment-debian-12",
|
||||
oci_reference=DEFAULT_ENVIRONMENT_VERSION,
|
||||
),
|
||||
"debian:12-base": VmEnvironment(
|
||||
|
|
@ -86,8 +86,8 @@ CATALOG: dict[str, VmEnvironment] = {
|
|||
distribution="debian",
|
||||
distribution_version="12",
|
||||
source_profile="debian-base",
|
||||
oci_registry="ghcr.io",
|
||||
oci_repository="thaloco/pyro-environments/debian-12-base",
|
||||
oci_registry="registry-1.docker.io",
|
||||
oci_repository="thalesmaciel/pyro-environment-debian-12-base",
|
||||
oci_reference=DEFAULT_ENVIRONMENT_VERSION,
|
||||
),
|
||||
"debian:12-build": VmEnvironment(
|
||||
|
|
@ -98,8 +98,8 @@ CATALOG: dict[str, VmEnvironment] = {
|
|||
distribution="debian",
|
||||
distribution_version="12",
|
||||
source_profile="debian-build",
|
||||
oci_registry="ghcr.io",
|
||||
oci_repository="thaloco/pyro-environments/debian-12-build",
|
||||
oci_registry="registry-1.docker.io",
|
||||
oci_repository="thalesmaciel/pyro-environment-debian-12-build",
|
||||
oci_reference=DEFAULT_ENVIRONMENT_VERSION,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue