Skip to content

Commit

Permalink
Update buildah digest to d2830a0
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 Dec 10, 2024
1 parent 4477884 commit c63ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildah
Submodule buildah updated 49 files
+24 −25 .cirrus.yml
+2 −20 .packit.yaml
+13 −13 go.mod
+38 −38 go.sum
+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
+10 −2 vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md
+1 −1 vendor/github.com/cyphar/filepath-securejoin/VERSION
+6 −1 vendor/github.com/cyphar/filepath-securejoin/mkdir_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
+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
+14 −13 vendor/modules.txt

0 comments on commit c63ca26

Please sign in to comment.