Skip to content

Commit

Permalink
Merge pull request #684 from andyzhangx/baseimage-bookworm
Browse files Browse the repository at this point in the history
feat: switch to bookworm debian base image
  • Loading branch information
andyzhangx authored Nov 6, 2023
2 parents e8f662d + 14e9cf5 commit 326f9b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/smbplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions hack/verify-gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ if [[ -n "${diff}" ]]; then
exit 1
fi
echo "Done"

go list -mod readonly -m all
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 326f9b8

Please sign in to comment.