Skip to content

Commit b09f579

Browse files
Merge pull request #35 from oracle-quickstart/temp-conf-fix
Temporary fix for registries.conf for non-stack deployments
2 parents 8d48da6 + bfec232 commit b09f579

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

terraform/cloud-init/ubuntu.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ while fuser /var/lib/apt/lists/lock >/dev/null 2>&1 ; do
1010
done
1111

1212
apt update
13-
1413
apt install -y oci-oke-node-all*
1514

15+
# TEMPORARY REQUIREMENT: Edit registries.conf to add unqualified registries
16+
cat <<EOF > /etc/containers/registries.conf
17+
unqualified-search-registries = ["container-registry.oracle.com", "docker.io"]
18+
short-name-mode = "permissive"
19+
EOF
20+
1621
oke bootstrap --manage-gpu-services

0 commit comments

Comments
 (0)