GKE on Bare Metal downloads

This page provides commands to download the following GKE on Bare Metal entity:

  • bmctl command-line tool.
  • GKE on Bare Metal offline container images package.

Logging in

Log in with any Google Account:

gcloud auth login

1.7.7

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.7/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.6

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.6/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.5

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.5/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.4

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.4/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.3

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.3/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.2

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.2/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.1

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.1/linux-amd64/bmctl .
chmod +x ./bmctl

1.7.0

From your Linux admin workstation, download bmctl and make it executable:

gsutil cp gs://anthos-baremetal-release/bmctl/1.7.0/linux-amd64/bmctl .
chmod +x ./bmctl

Verifying bmctl using openssl

Verify the bmctl binary against the public key using openssl, where <var>VERSION</var> is the file's version:

gsutil cp gs://anthos-baremetal-release/bmctl/VERSION/linux-amd64/bmctl.1.sig .
openssl dgst -verify - -signature ./bmctl.1.sig ./bmctl <<'EOF'
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWZrGCUaJJr1H8a36sG4UUoXvlXvZ
wQfk16sxprI2gOJ2vFFggdq3ixF2h4qNBt0kI7ciDhgpwS8t+/960IsIgw==
-----END PUBLIC KEY-----
EOF

Expected output of this command is Verified OK.