Last active
May 31, 2020 20:11
-
-
Save openstacker/72ab99db1819f8ab84b456c6c0b20970 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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