Skip to content

Commit a141099

Browse files
simonlordowainlewis
authored andcommitted
Changes build to publish docker images to all OCIR regions (#195)
1 parent aa07329 commit a141099

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
REGISTRY := wcr.io/oracle
15+
REGISTRY := iad.ocir.io/oracle
1616
PKG := github.com/oracle/oci-cloud-controller-manager
1717
BIN := oci-cloud-controller-manager
1818
IMAGE := $(REGISTRY)/$(BIN)

manifests/oci-cloud-controller-manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
serviceAccountName: cloud-controller-manager
3737
containers:
3838
- name: oci-cloud-controller-manager
39-
image: wcr.io/oracle/oci-cloud-controller-manager:0.4.0
39+
image: iad.ocir.io/oracle/oci-cloud-controller-manager:0.4.0
4040
args:
4141
- --cloud-config=/etc/oci/cloud-provider.yaml
4242
- --cloud-provider=oci

wercker.yml

+31-1
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,40 @@ push:
7474
chmod +x /oci-cloud-controller-manager
7575
7676
- internal/docker-push:
77-
repository: wcr.io/oracle/oci-cloud-controller-manager
77+
repository: iad.ocir.io/oracle/oci-cloud-controller-manager
7878
tag: $VERSION
7979
entrypoint: /oci-cloud-controller-manager
8080
user: 65534 # nobody
81+
registry: https://iad.ocir.io/v2
82+
username: $OCIRUSERNAME
83+
password: $OCIRPASSWORD
84+
85+
- internal/docker-push:
86+
repository: lhr.ocir.io/oracle/oci-cloud-controller-manager
87+
tag: $VERSION
88+
entrypoint: /oci-cloud-controller-manager
89+
user: 65534 # nobody
90+
registry: https://lhr.ocir.io/v2
91+
username: $OCIRUSERNAME
92+
password: $OCIRPASSWORD
93+
94+
- internal/docker-push:
95+
repository: phx.ocir.io/oracle/oci-cloud-controller-manager
96+
tag: $VERSION
97+
entrypoint: /oci-cloud-controller-manager
98+
user: 65534 # nobody
99+
registry: https://phx.ocir.io/v2
100+
username: $OCIRUSERNAME
101+
password: $OCIRPASSWORD
102+
103+
- internal/docker-push:
104+
repository: fra.ocir.io/oracle/oci-cloud-controller-manager
105+
tag: $VERSION
106+
entrypoint: /oci-cloud-controller-manager
107+
user: 65534 # nobody
108+
registry: https://fra.ocir.io/v2
109+
username: $OCIRUSERNAME
110+
password: $OCIRPASSWORD
81111

82112
release:
83113
box:

0 commit comments

Comments
 (0)