Sign inSign up

mosstech/gcloud-and-docker

By mosstech

Updated over 3 years ago

gcloud + docker + curl - useful for CI testing of GCP

Image
0

2.8K

mosstech/gcloud-and-docker repository overview

gcloud-and-docker

Docker container with docker + gcloud + curl.

Used mainly for CI jobs where I want to run smoke tests against GCP stuff using built docker containers earlier in the pipeline.

Usage

Build for Docker Hub

It's hooked up to their auto-build setup. Use as follows:

git tag -a 1.0 -m "something that describes the change" git push origin 1.0

Base Image

Build base image with docker build -t gcloud-and-docker . (replace with your own tag as needed).

You can test this locally with something like: docker run --rm -it -v /path/to/mount:/build /bin/bash.

Tag summary

Content type

Image

Digest

sha256:c4e8eca29

Size

774.4 MB

Last updated

over 3 years ago

docker pull mosstech/gcloud-and-docker:424.0.0