mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Add smallest image possible to use for e2e-testing
This commit is contained in:
6
build/hello-kubernetes/prepare.sh
Executable file
6
build/hello-kubernetes/prepare.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static" -s' hello.go
|
Reference in New Issue
Block a user