This page provides commands to download the following Google Distributed Cloud entity:
bmctl
command-line tool.- Google Distributed Cloud offline container images package.
Logging in
Log in with any Google Account:
gcloud auth login
1.6.4
From your Linux admin workstation, download bmctl
and make it executable:
gcloud storage cp gs://anthos-baremetal-release/bmctl/1.6.4/linux-amd64/bmctl .
chmod +x ./bmctl
1.6.3
From your Linux admin workstation, download bmctl
and make it executable:
gcloud storage cp gs://anthos-baremetal-release/bmctl/1.6.3/linux-amd64/bmctl .
chmod +x ./bmctl
1.6.2
From your Linux admin workstation, download bmctl
and make it executable:
gcloud storage cp gs://anthos-baremetal-release/bmctl/1.6.2/linux-amd64/bmctl .
chmod +x ./bmctl
1.6.1
From your Linux admin workstation, download bmctl
and make it executable:
gcloud storage cp gs://anthos-baremetal-release/bmctl/1.6.1/linux-amd64/bmctl .
chmod +x ./bmctl
1.6.0
From your Linux admin workstation, download bmctl
and make it executable:
gcloud storage cp gs://anthos-baremetal-release/bmctl/1.6.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:
gcloud storage 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
.