Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
1いいね 33回再生

Google Cloud DevOps :04 Google Cloud Artifact Repository​

docker build -t path_artifact_service/img_name . ​
docker images​
docker tag img_id path_artifact_service/img_name​
gcloud auth login​
gcloud config set project project_name​
gcloud services enable artifactregistry.googleapis.com​
gcloud auth configure-docker root_artifact_service​
docker push path_artifact_service/img_name
---------------------
gcloud run deploy service_name --image path_artifact_service/img_name​ --region region_name

コメント