Skip to content

Commit 72a9c03

Browse files
committed
Automation Toolkit Release v2025.1.3
1 parent a922182 commit 72a9c03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ARG USE_DEVOPS=YES
1414
ARG USERNAME=cd3user
1515
ARG USER_GID=$USER_UID
1616
# Whether to download Provider as part of image creation
17-
ARG DOWNLOAD_PROVIDER=YES
17+
ARG DOWNLOAD_PROVIDER=NO
1818
# TF Provider version
19-
ARG TF_OCI_PROVIDER=6.30.0
19+
ARG TF_OCI_PROVIDER=7.8.0
2020
ARG TF_NULL_PROVIDER=3.2.3
2121

2222
RUN microdnf install -y sudo && \

cd3_automation_toolkit/user-scripts/createTenancyConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def create_bucket(config, signer):
629629
ct = commonTools()
630630
config, signer = ct.authenticate(auth_mechanism, config_file_path)
631631
_realm = config['tenancy'].split(".")[2]
632-
cloud_domain = oci.regions.REALMS[_realm]
632+
cloud_domain = "."+oci.regions.REALMS[_realm]
633633

634634
## Fetch OCI_regions
635635
cd3service = cd3Services()

0 commit comments

Comments
 (0)