Skip to content

Commit

Permalink
Update buildah digest to 247c786
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 Jan 6, 2025
1 parent 55db80d commit c721959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildah
Submodule buildah updated 71 files
+24 −25 .cirrus.yml
+2 −20 .packit.yaml
+1 −1 Makefile
+10 −4 chroot/run_common.go
+1 −0 chroot/run_freebsd.go
+52 −2 chroot/run_linux.go
+11 −3 chroot/run_test.go
+10 −2 cmd/buildah/manifest.go
+29 −4 copier/copier.go
+5 −0 docs/buildah-manifest-add.1.md
+14 −14 go.mod
+40 −40 go.sum
+2 −2 imagebuildah/stage_executor.go
+1 −1 run_freebsd.go
+1 −1 run_linux.go
+52 −0 tests/bud.bats
+5 −1 tests/conformance/conformance_test.go
+3 −2 tests/lists.bats
+6 −0 vendor/github.com/containerd/typeurl/v2/README.md
+50 −39 vendor/github.com/containerd/typeurl/v2/types.go
+68 −0 vendor/github.com/containerd/typeurl/v2/types_gogo.go
+33 −2 vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md
+1 −1 vendor/github.com/cyphar/filepath-securejoin/VERSION
+18 −0 vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go
+38 −0 vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go
+32 −0 vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go
+124 −0 vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go
+1 −2 vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go
+13 −5 vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go
+1 −2 vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go
+21 −9 vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go
+17 −5 vendor/github.com/docker/docker/api/swagger.yaml
+2 −0 vendor/github.com/docker/docker/api/types/types.go
+9 −1 vendor/github.com/docker/docker/client/client.go
+0 −1 vendor/github.com/moby/buildkit/frontend/dockerfile/shell/equal_env_unix.go
+22 −13 vendor/github.com/stretchr/testify/assert/assertion_compare.go
+30 −4 vendor/github.com/stretchr/testify/assert/assertion_format.go
+60 −8 vendor/github.com/stretchr/testify/assert/assertion_forward.go
+5 −5 vendor/github.com/stretchr/testify/assert/assertion_order.go
+118 −39 vendor/github.com/stretchr/testify/assert/assertions.go
+25 −0 vendor/github.com/stretchr/testify/assert/yaml/yaml_custom.go
+37 −0 vendor/github.com/stretchr/testify/assert/yaml/yaml_default.go
+18 −0 vendor/github.com/stretchr/testify/assert/yaml/yaml_fail.go
+248 −184 vendor/github.com/stretchr/testify/require/require.go
+1 −1 vendor/github.com/stretchr/testify/require/require.go.tmpl
+60 −8 vendor/github.com/stretchr/testify/require/require_forward.go
+1 −1 vendor/github.com/stretchr/testify/require/requirements.go
+11 −4 vendor/golang.org/x/crypto/ssh/server.go
+9 −0 vendor/golang.org/x/sys/unix/zerrors_linux.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_386.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
+7 −0 vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
+6 −0 vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
+60 −0 vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
+60 −0 vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
+11 −9 vendor/golang.org/x/sys/unix/ztypes_linux.go
+2 −0 vendor/golang.org/x/sys/windows/syscall_windows.go
+1 −0 vendor/golang.org/x/sys/windows/types_windows.go
+23 −5 vendor/golang.org/x/sys/windows/zsyscall_windows.go
+16 −15 vendor/modules.txt

0 comments on commit c721959

Please sign in to comment.