Skip to content

Commit

Permalink
chore(deps): update oras digest to 97cb376
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 20, 2024
1 parent 5f495ca commit b5731d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oras
Submodule oras updated 51 files
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/codeql-analysis.yml
+1 −1 .github/workflows/golangci-lint.yml
+1 −1 .github/workflows/release-github.yml
+1 −1 Dockerfile
+17 −0 Makefile
+5 −0 cmd/oras/internal/display/handler.go
+5 −0 cmd/oras/internal/display/metadata/interface.go
+39 −0 cmd/oras/internal/display/metadata/text/manifest_index_create.go
+35 −28 cmd/oras/internal/display/status/console/console.go
+88 −15 cmd/oras/internal/display/status/console/console_test.go
+4 −4 cmd/oras/internal/display/status/progress/manager.go
+7 −2 cmd/oras/internal/display/status/progress/manager_test.go
+12 −0 cmd/oras/internal/display/status/utils.go
+67 −0 cmd/oras/internal/option/annotation.go
+16 −38 cmd/oras/internal/option/packer.go
+43 −24 cmd/oras/internal/option/packer_test.go
+12 −1 cmd/oras/internal/option/platform.go
+4 −18 cmd/oras/internal/option/target.go
+9 −7 cmd/oras/root/attach.go
+6 −4 cmd/oras/root/attach_test.go
+3 −2 cmd/oras/root/cp.go
+9 −7 cmd/oras/root/discover.go
+2 −0 cmd/oras/root/manifest/cmd.go
+3 −0 cmd/oras/root/manifest/fetch.go
+31 −0 cmd/oras/root/manifest/index/cmd.go
+219 −0 cmd/oras/root/manifest/index/create.go
+258 −0 cmd/oras/root/manifest/index/update.go
+123 −0 cmd/oras/root/manifest/index/update_test.go
+6 −0 cmd/oras/root/pull.go
+41 −10 cmd/oras/root/push.go
+3 −3 go.mod
+4 −4 go.sum
+29 −0 internal/descriptor/descriptor.go
+12 −0 internal/descriptor/descriptor_test.go
+4 −4 internal/testutils/console.go
+1 −1 snapcraft.yaml
+7 −0 test/e2e/README.md
+1 −1 test/e2e/go.mod
+1 −1 test/e2e/go.work
+15 −0 test/e2e/internal/testdata/foobar/const.go
+29 −0 test/e2e/internal/testdata/multi_arch/const.go
+28 −0 test/e2e/internal/testdata/nonjson_config/const.go
+1 −1 test/e2e/scripts/prepare.sh
+589 −0 test/e2e/suite/command/manifest_index.go
+7 −0 test/e2e/suite/command/pull.go
+68 −0 test/e2e/suite/command/push.go
+1 −0 ...e/testdata/zot/command/images/blobs/sha256/02c15a8d1735c65bb8ca86c716615d3c0d8beb87dc68ed88bb49192f90b184e2
+1 −0 ...e/testdata/zot/command/images/blobs/sha256/24b9e859bfdff44fbeee998abb782f69fa2b19164464b200351b3be3b690cf4a
+1 −0 ...e/testdata/zot/command/images/blobs/sha256/9d16f5505246424aed7116cb21216704ba8c919997d0f1f37e154c11d509e1d2
+61 −55 test/e2e/testdata/zot/command/images/index.json

0 comments on commit b5731d9

Please sign in to comment.