mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 20:26:32 +00:00
Merge pull request #168 from thockin-tmp/gcr-vanity
Pass 2: k8s GCR vanity URL
This commit is contained in:
@@ -53,7 +53,7 @@ ENABLE_JOURNALD?=1
|
||||
# The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch.
|
||||
# It includes systemd 232 with support for both +XZ and +LZ4 compression.
|
||||
# +LZ4 is needed on some os distros such as COS.
|
||||
BASEIMAGE:=gcr.io/google-containers/debian-base-amd64:0.3
|
||||
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3
|
||||
|
||||
# Disable cgo by default to make the binary statically linked.
|
||||
CGO_ENABLED:=0
|
||||
|
||||
Reference in New Issue
Block a user