Last active
March 25, 2019 03:45
-
-
Save openstacker/655d3a18cf44dbac1845b191d5a9165d to your computer and use it in GitHub Desktop.
How to build CA image
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 BUILD_TAGS=magnum | |
go build ./ | |
make make-image | |
docker tag staging-k8s.gcr.io/cluster-autoscaler-openstack:dev flwang/cluster-autoscaler-openstack:dev-7 | |
docker image push flwang/cluster-autoscaler-openstack:dev-7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment