Skip to content

Commit

Permalink
Merge pull request #282 from ppc64le-cloud-bot/cherry-pick-281-to-main
Browse files Browse the repository at this point in the history
[main] Replace the local registry image with the official multi-arch registry image
  • Loading branch information
ppc64le-cloud-bot committed Feb 23, 2024
2 parents 838c195 + 97ea31d commit be65d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/var.tfvars-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The following variables can be used for disconnected install by using a local mi

```
enable_local_registry = false #Set to true to enable usage of local registry for restricted network install.
local_registry_image = "docker.io/ibmcom/registry-ppc64le:2.6.2.5"
local_registry_image = "docker.io/library/registry:2"
ocp_release_tag = "4.4.9-ppc64le"
ocp_release_name = "ocp-release"
```
Expand Down
2 changes: 1 addition & 1 deletion var.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cluster_id = "" # It will use random generated id with cluster_id
#sriov_capacity = 0.02

#enable_local_registry = false #Set to true to enable usage of local registry for restricted network install.
#local_registry_image = "docker.io/ibmcom/registry-ppc64le:2.6.2.5"
#local_registry_image = "docker.io/library/registry:2"
#ocp_release_tag = "4.4.9-ppc64le"
#ocp_release_name = "ocp-release"
#release_image_override = ""
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ variable "enable_local_registry" {

variable "local_registry_image" {
description = "Name of the image used for creating the local registry container."
default = "docker.io/ibmcom/registry-ppc64le:2.6.2.5"
default = "docker.io/library/registry:2"
}

variable "ocp_release_tag" {
Expand Down

0 comments on commit be65d8e

Please sign in to comment.