Skip to content

Commit

Permalink
Shorten last long registry names
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Sep 6, 2024
1 parent 654fa6e commit 4df4ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ module "proxy_containerized" {
password = "admin"
}
runtime = "podman"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/suse/sle-15-sp6/update/products/manager50/containerfile"
auto_configure = false
ssh_key_path = "./salt/controller/id_rsa.pub"
}
Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-5.0-refenv-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module "cucumber_testsuite" {
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/5.0/containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/devel/galaxy/manager/5.0/containerfile"
container_tag = "latest"
}
suse-minion = {
Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-5.0-refenv-PRV.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module "cucumber_testsuite" {
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/5.0/containerfile/suse/manager/5.0/x86_64"
container_repository = "registry.suse.de/devel/galaxy/manager/5.0/containerfile"
container_tag = "latest"
}
suse-minion = {
Expand Down

0 comments on commit 4df4ac9

Please sign in to comment.