diff --git a/cmd/smbplugin/Dockerfile b/cmd/smbplugin/Dockerfile index 90bddf5892d..b11c1f543cc 100644 --- a/cmd/smbplugin/Dockerfile +++ b/cmd/smbplugin/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4.3 +FROM registry.k8s.io/build-image/debian-base:bookworm-v1.0.0 RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs diff --git a/go.mod b/go.mod index 4bd70180ec8..1c48e875ae4 100644 --- a/go.mod +++ b/go.mod @@ -154,6 +154,7 @@ replace ( k8s.io/controller-manager => k8s.io/controller-manager v0.27.7 k8s.io/cri-api => k8s.io/cri-api v0.27.7 k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.27.7 + k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.27.7 k8s.io/gengo => k8s.io/gengo v0.0.0-20200114144118-36b2048a9120 k8s.io/heapster => k8s.io/heapster v1.2.0-beta.1 k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.27.7 diff --git a/hack/verify-gomod.sh b/hack/verify-gomod.sh index 6a0b7dbb390..09fcaf2133e 100755 --- a/hack/verify-gomod.sh +++ b/hack/verify-gomod.sh @@ -29,3 +29,5 @@ if [[ -n "${diff}" ]]; then exit 1 fi echo "Done" + +go list -mod readonly -m all diff --git a/vendor/modules.txt b/vendor/modules.txt index 29f79caf023..f62df3b1e60 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1372,6 +1372,7 @@ sigs.k8s.io/yaml # k8s.io/controller-manager => k8s.io/controller-manager v0.27.7 # k8s.io/cri-api => k8s.io/cri-api v0.27.7 # k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.27.7 +# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.27.7 # k8s.io/gengo => k8s.io/gengo v0.0.0-20200114144118-36b2048a9120 # k8s.io/heapster => k8s.io/heapster v1.2.0-beta.1 # k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.27.7