Skip to content

Commit 6585831

Browse files
authored
Merge pull request #16731 from minikube-bot/auto_bump_ubuntu_version
Kicbase: Bump ubuntu:jammy from 20230522 to 20230605
2 parents b1ee261 + bd98894 commit 6585831

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/update-ubuntu-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
3636
with:
3737
token: ${{ secrets.MINIKUBE_BOT_PAT }}
38-
commit-message: 'Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outpus.NEW_VERSION }}'
38+
commit-message: 'Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outputs.NEW_VERSION }}'
3939
committer: minikube-bot <[email protected]>
4040
author: minikube-bot <[email protected]>
4141
branch: auto_bump_ubuntu_version
4242
push-to-fork: minikube-bot/minikube
4343
base: master
4444
delete-branch: true
45-
title: 'Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outpus.NEW_VERSION }}'
45+
title: 'Kicbase: Bump ubuntu:jammy from ${{ steps.bumpUbuntu.outputs.OLD_VERSION }} to ${{ steps.bumpUbuntu.outputs.NEW_VERSION }}'
4646
body: |
4747
The ubuntu:jammy image released a new version
4848

deploy/kicbase/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
# this ARG needs to be global to use it in `FROM` & is updated for new versions of ubuntu:jammy-*
22-
ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20230522"
22+
ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20230605"
2323
# multi-stage docker build so we can build auto-pause for arm64
2424
FROM golang:1.20.5 as auto-pause
2525
WORKDIR /src

pkg/drivers/kic/types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import (
2424

2525
const (
2626
// Version is the current version of kic
27-
Version = "v0.0.39-1687367788-16703"
27+
Version = "v0.0.39-1687538068-16731"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "ac6cf15dce42da605794be7042136620d7c8d57037e96731bc9485f8ec75c817"
30+
baseImageSHA = "d08658afefe15fb29b5fcdace4d88182b61941d4fc6089c962f9de20073de953"
3131
// The name of the GCR kicbase repository
3232
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
3333
// The name of the Dockerhub kicbase repository

site/content/en/docs/commands/start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ minikube start [flags]
2626
--apiserver-names strings A set of apiserver names which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine
2727
--apiserver-port int The apiserver listening port (default 8443)
2828
--auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true)
29-
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1687367788-16703@sha256:ac6cf15dce42da605794be7042136620d7c8d57037e96731bc9485f8ec75c817")
29+
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.39-1687538068-16731@sha256:d08658afefe15fb29b5fcdace4d88182b61941d4fc6089c962f9de20073de953")
3030
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from.
3131
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
3232
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)

0 commit comments

Comments
 (0)