From 857be8991fef71c5a0d4edf445b03f233f67f033 Mon Sep 17 00:00:00 2001 From: jay-dee7 Date: Sat, 12 Oct 2024 14:58:26 +0530 Subject: [PATCH] feat: Run conformance against OCI Dist Spec v1.1.0 Signed-off-by: jay-dee7 --- .github/workflows/oci-dist-spec-content-discovery.yml | 2 +- .github/workflows/oci-dist-spec-content-management.yml | 2 +- .github/workflows/oci-dist-spec-pull.yml | 2 +- .github/workflows/oci-dist-spec-push.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/oci-dist-spec-content-discovery.yml b/.github/workflows/oci-dist-spec-content-discovery.yml index 9a30cf28..0dc5f81f 100644 --- a/.github/workflows/oci-dist-spec-content-discovery.yml +++ b/.github/workflows/oci-dist-spec-content-discovery.yml @@ -77,7 +77,7 @@ jobs: cd ../ git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd diff --git a/.github/workflows/oci-dist-spec-content-management.yml b/.github/workflows/oci-dist-spec-content-management.yml index 9d8f17c3..b2aeb0be 100644 --- a/.github/workflows/oci-dist-spec-content-management.yml +++ b/.github/workflows/oci-dist-spec-content-management.yml @@ -76,7 +76,7 @@ jobs: run: | git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd diff --git a/.github/workflows/oci-dist-spec-pull.yml b/.github/workflows/oci-dist-spec-pull.yml index 187691eb..cadef52a 100644 --- a/.github/workflows/oci-dist-spec-pull.yml +++ b/.github/workflows/oci-dist-spec-pull.yml @@ -76,7 +76,7 @@ jobs: run: | git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd diff --git a/.github/workflows/oci-dist-spec-push.yml b/.github/workflows/oci-dist-spec-push.yml index fd7e31ba..4eca519e 100644 --- a/.github/workflows/oci-dist-spec-push.yml +++ b/.github/workflows/oci-dist-spec-push.yml @@ -77,7 +77,7 @@ jobs: cd ../ git clone https://github.com/opencontainers/distribution-spec.git pushd distribution-spec/conformance - git checkout v1.1.0-rc.3 + git checkout v1.1.0 go test -c ./conformance.test popd