From 217dd5f85fa1bde55aecca92d3f02daa1041dbae Mon Sep 17 00:00:00 2001 From: nogueiraguh Date: Thu, 2 Apr 2026 16:34:35 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20OCIR=20image=20published=20=E2=80=94=20?= =?UTF-8?q?v1.0=20multi-arch=20(amd64+arm64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distribution/.env.example | 6 +++--- distribution/docker-compose.single.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distribution/.env.example b/distribution/.env.example index aa8cc1e..4f67c2f 100644 --- a/distribution/.env.example +++ b/distribution/.env.example @@ -1,10 +1,10 @@ # ── REQUIRED ──────────────────────────────────────────────────────────────── -# OCIR region (e.g., us-ashburn-1, sa-saopaulo-1) +# OCIR region OCIR_REGION=us-ashburn-1 -# OCIR namespace (find in OCI Console > Developer Services > Container Registry) -OCIR_NAMESPACE= +# OCIR namespace +OCIR_NAMESPACE=idi1o0a010nx # Application secret — REQUIRED # Generate with: openssl rand -hex 64 diff --git a/distribution/docker-compose.single.yml b/distribution/docker-compose.single.yml index 05fa316..95e57ba 100644 --- a/distribution/docker-compose.single.yml +++ b/distribution/docker-compose.single.yml @@ -1,6 +1,6 @@ services: agent: - image: ${OCIR_REGION}.ocir.io/${OCIR_NAMESPACE}/oci-cis-agent:${IMAGE_TAG:-latest} + image: ${OCIR_REGION:-us-ashburn-1}.ocir.io/${OCIR_NAMESPACE:-idi1o0a010nx}/oci-cis-agent:${IMAGE_TAG:-latest} container_name: oci-cis-agent restart: unless-stopped environment: