Skip to content

Instantly share code, notes, and snippets.

@openstacker
Last active May 31, 2020 20:11
Show Gist options
  • Save openstacker/72ab99db1819f8ab84b456c6c0b20970 to your computer and use it in GitHub Desktop.
Save openstacker/72ab99db1819f8ab84b456c6c0b20970 to your computer and use it in GitHub Desktop.
$ export DOCKER_REGISTRY=flwang
$ export HYPERKUBE_VERSION=v1.16.9
$ export KUBE_GIT_TREE_STATE="clean"
$ bash build/run.sh make cross KUBE_FASTBUILD=true ARCH=amd64 && cd cluster/images/hyperkube/ && make VERSION=$HYPERKUBE_VERSION ARCH=amd64 REGISTRY=$DOCKER_REGISTRY && docker push $DOCKER_REGISTRY/hyperkube-amd64:$HYPERKUBE_VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment