mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Merge pull request #118210 from BenTheElder/dra-build-normal-base
use standard base image in dra dev
This commit is contained in:
commit
7f8c4315dc
@ -22,10 +22,9 @@
|
|||||||
set -ex
|
set -ex
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
# TODO (betheelder,pohly): this script is a bit of a no-op now, but people may
|
||||||
|
# still be referencing it (CI is not). Clean up later.
|
||||||
|
|
||||||
tag="$1"
|
tag="$1"
|
||||||
|
|
||||||
# Created manually in the kind repo by bentheelder with
|
kind build node-image --image "$tag" "$(pwd)"
|
||||||
# make -C images/base push EXTRA_BUILD_OPT=--build-arg=CONTAINERD_VERSION=v1.7.1 TAG=$(date +v%Y%m%d)-$(git describe --always --dirty)-containerd_v1.7.1
|
|
||||||
base_image="gcr.io/k8s-staging-kind/base:v20230515-01914134-containerd_v1.7.1@sha256:468fc430a6848884b786c5cd2f1c03e7a0977f04fb129a2cda2a19ec986ddacb"
|
|
||||||
|
|
||||||
kind build node-image --base-image "$base_image" --image "$tag" "$(pwd)"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user