0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

google-cloud-sdk-cloud-build-localについて理解を深める会

Posted at

概要と環境

全く触れたことのないGCPをやる。
GCP歴1週間のエンジニアです。

環境

🤔️ >  uname -a
Linux ubuntuv 5.13.0-41-generic #46~20.04.1-Ubuntu SMP Wed Apr 20 13:16:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

gcloud CLI とエミュレーターのインストール

以下を参考にする。
https://cloud.google.com/sdk/docs/install-sdk#linux

gcloud CLI の最新バージョン(383.0.1)のインストール

の箇所にコマンドの記載がある。

> curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-383.0.1-linux-x86_64.tar.gz
> tar -xf google-cloud-cli-383.0.1-linux-x86.tar.gz
> ./google-cloud-sdk/install.sh

3行目のコマンドで.bashrcを使用してPATHを追加しているため、SHELLを再起動する

> gcloud --help

これで何かが出てくればインストール完了!
次に、以下コマンドでcloud-build-localのインストールを行う。

> gcloud components install cloud-build-local

これにて、GCPエミュレーターみたいのがインストールできました!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?