From 1d0e929d8522e288053dbabd856f3d8da9f52642 Mon Sep 17 00:00:00 2001 From: Jan Smid Date: Wed, 8 Jul 2026 11:41:13 +0200 Subject: [PATCH] Update quay.io references from enterprise-contract to conforma Replace references to the old quay.io/enterprise-contract/ec-release-policy with quay.io/conforma/release-policy in configuration documentation examples. Ref: https://issues.redhat.com/browse/EC-1914 Co-authored-by: Claude --- docs/modules/ROOT/pages/configuration.adoc | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/modules/ROOT/pages/configuration.adoc b/docs/modules/ROOT/pages/configuration.adoc index 90ad4f8f5..3aaf0d51d 100644 --- a/docs/modules/ROOT/pages/configuration.adoc +++ b/docs/modules/ROOT/pages/configuration.adoc @@ -9,7 +9,7 @@ such as in this example: ec validate image --policy '{ "sources": [ { - "policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"], + "policy": ["oci::quay.io/conforma/release-policy:latest"], "data": ["git::https://github.com/conforma/policy//example/data"], "config": { "include": ["@minimal"] @@ -121,7 +121,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data volatileConfig: @@ -141,7 +141,7 @@ JSON:: "sources": [ { "policy": [ - "oci::quay.io/enterprise-contract/ec-release-policy:latest" + "oci::quay.io/conforma/release-policy:latest" ], "data": [ "git::https://github.com/conforma/policy//example/data" @@ -177,7 +177,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data volatileConfig: @@ -194,7 +194,7 @@ JSON:: "sources": [ { "policy": [ - "oci::quay.io/enterprise-contract/ec-release-policy:latest" + "oci::quay.io/conforma/release-policy:latest" ], "data": [ "git::https://github.com/conforma/policy//example/data" @@ -225,7 +225,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data volatileConfig: @@ -242,7 +242,7 @@ JSON:: "sources": [ { "policy": [ - "oci::quay.io/enterprise-contract/ec-release-policy:latest" + "oci::quay.io/conforma/release-policy:latest" ], "data": [ "git::https://github.com/conforma/policy//example/data" @@ -288,7 +288,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data config: @@ -305,7 +305,7 @@ JSON:: { "sources": [ { - "policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"], + "policy": ["oci::quay.io/conforma/release-policy:latest"], "data": ["git::https://github.com/conforma/policy//example/data"], "config": { "include": ["@minimal"], @@ -330,7 +330,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data config: @@ -345,7 +345,7 @@ JSON:: { "sources": [ { - "policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"], + "policy": ["oci::quay.io/conforma/release-policy:latest"], "data": ["git::https://github.com/conforma/policy//example/data"], "config": { "include": ["test", "java"] @@ -370,7 +370,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data config: @@ -384,7 +384,7 @@ JSON:: { "sources": [ { - "policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"], + "policy": ["oci::quay.io/conforma/release-policy:latest"], "data": ["git::https://github.com/conforma/policy//example/data"], "config": { "exclude": ["attestation_type.pipelinerun_attestation_found"] @@ -408,7 +408,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data config: @@ -423,7 +423,7 @@ JSON:: { "sources": [ { - "policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"], + "policy": ["oci::quay.io/conforma/release-policy:latest"], "data": ["git::https://github.com/conforma/policy//example/data"], "config": { "exclude": ["test:get-clair-scan", "test:clamav-scan"] @@ -454,7 +454,7 @@ YAML:: ---- sources: - policy: - - oci::quay.io/enterprise-contract/ec-release-policy:latest + - oci::quay.io/conforma/release-policy:latest data: - git::https://github.com/conforma/policy//example/data config: @@ -471,7 +471,7 @@ JSON:: { "sources": [ { - "policy": ["oci::quay.io/enterprise-contract/ec-release-policy:latest"], + "policy": ["oci::quay.io/conforma/release-policy:latest"], "data": ["git::https://github.com/conforma/policy//example/data"], "config": { "include": ["*", "attestation_type.pipelinerun_attestation_found"],