refactor: image-only distribution, remove compose/env/registry files

This commit is contained in:
nogueiraguh
2026-04-02 16:43:20 -03:00
parent 33ccf44e7c
commit 760f008678
5 changed files with 8 additions and 105 deletions

View File

@@ -1,14 +0,0 @@
# -----------------------------------------------------------------------------
# OCIR Repositories
# -----------------------------------------------------------------------------
resource "oci_artifacts_container_repository" "backend" {
compartment_id = var.compartment_ocid
display_name = "${var.ocir_repo_prefix}/backend"
is_public = false
}
resource "oci_artifacts_container_repository" "frontend" {
compartment_id = var.compartment_ocid
display_name = "${var.ocir_repo_prefix}/frontend"
is_public = false
}