Skip to content

Commit bd021be

Browse files
Merge pull request #6203 from containers/renovate/github.com-openshift-imagebuilder-1.x
fix(deps): update module github.com/openshift/imagebuilder to v1.2.16
2 parents 9ece6d4 + a4a30cf commit bd021be

File tree

7 files changed

+68
-13
lines changed

7 files changed

+68
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/opencontainers/runtime-spec v1.2.1
3131
github.com/opencontainers/runtime-tools v0.9.1-0.20250303011046-260e151b8552
3232
github.com/opencontainers/selinux v1.12.0
33-
github.com/openshift/imagebuilder v1.2.16-0.20250224193648-e87e4e105fd8
33+
github.com/openshift/imagebuilder v1.2.16
3434
github.com/seccomp/libseccomp-golang v0.11.0
3535
github.com/sirupsen/logrus v1.9.3
3636
github.com/spf13/cobra v1.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20250303011046-260e151b8552 h1:
284284
github.com/opencontainers/runtime-tools v0.9.1-0.20250303011046-260e151b8552/go.mod h1:T487Kf80NeF2i0OyVXHiylg217e0buz8pQsa0T791RA=
285285
github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplUkdTrmPb8=
286286
github.com/opencontainers/selinux v1.12.0/go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U=
287-
github.com/openshift/imagebuilder v1.2.16-0.20250224193648-e87e4e105fd8 h1:iPRNMpzJ4HEtIXseOxdIkgNYlp7HJShtEk7URm1BUSU=
288-
github.com/openshift/imagebuilder v1.2.16-0.20250224193648-e87e4e105fd8/go.mod h1:gASl6jikVG3bCFnLjG6Ow5TeKwKVvrqUUj8C7EUmqc8=
287+
github.com/openshift/imagebuilder v1.2.16 h1:Vqjy5uPoVDJiX5JUKHo0Cf440ih5cKI7lVe2ZJ2X+RA=
288+
github.com/openshift/imagebuilder v1.2.16/go.mod h1:gASl6jikVG3bCFnLjG6Ow5TeKwKVvrqUUj8C7EUmqc8=
289289
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
290290
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
291291
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 h1:GFCKgmp0tecUJ0sJuv4pzYCqS9+RGSn52M3FUwPs+uo=

vendor/github.com/openshift/imagebuilder/.travis.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/builder.go

Lines changed: 59 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/imagebuilder/imagebuilder.spec

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
593593
github.com/opencontainers/selinux/go-selinux
594594
github.com/opencontainers/selinux/go-selinux/label
595595
github.com/opencontainers/selinux/pkg/pwalkdir
596-
# github.com/openshift/imagebuilder v1.2.16-0.20250224193648-e87e4e105fd8
596+
# github.com/openshift/imagebuilder v1.2.16
597597
## explicit; go 1.22.0
598598
github.com/openshift/imagebuilder
599599
github.com/openshift/imagebuilder/dockerclient

0 commit comments

Comments
 (0)