Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Buat Image Docker gcloud Anda sendiri, termasuk docker dan docker-buildx
Untuk mendapatkan dependensi docker dan / atau docker-buildx pada image :alpine gcloud,
gunakan Dockerfile berikut:
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:alpine# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Untuk mendapatkan dependensi docker dan / atau docker-buildx pada image gcloud :debian_component_based, gunakan Dockerfile berikut:
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:debian_component_based# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Untuk mendapatkan dependensi docker dan / atau docker-buildx pada image gcloud :latest, gunakan Dockerfile berikut:
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:latest# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Untuk mendapatkan dependensi docker dan / atau docker-buildx pada image gcloud :slim, gunakan Dockerfile berikut:
FROMdocker:28.2.2asstatic-docker-source#getlatestdocker
FROMgcr.io/google.com/cloudsdktool/google-cloud-cli:slim# Comment the line below if you don't want `docker`COPY--from=static-docker-source/usr/local/bin/docker/usr/local/bin/docker
# Comment the line below if you don't want `docker-buildx`COPY--from=static-docker-source/usr/local/libexec/docker/cli-plugins/docker-buildx/usr/local/libexec/docker/cli-plugins/docker-buildx
Bangun Image Docker gcloud Anda sendiri dengan make
Untuk mendapatkan make di image gcloud :latest,
gunakan Dockerfile berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-14 UTC."],[],[]]