{"id":13706984,"url":"https://github.com/MangoTheCat/docker-docker-gcpsdk","last_synced_at":"2025-05-05T23:31:57.228Z","repository":{"id":147489465,"uuid":"182976400","full_name":"MangoTheCat/docker-docker-gcpsdk","owner":"MangoTheCat","description":"Docker-in-Docker with GCP SDK","archived":false,"fork":false,"pushed_at":"2019-06-12T11:40:56.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-13T15:49:21.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/mangothecat/docker-docker-gcpsdk","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MangoTheCat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-23T09:03:10.000Z","updated_at":"2021-02-19T00:53:19.000Z","dependencies_parsed_at":"2024-01-14T20:34:15.979Z","dependency_job_id":null,"html_url":"https://github.com/MangoTheCat/docker-docker-gcpsdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangoTheCat%2Fdocker-docker-gcpsdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangoTheCat%2Fdocker-docker-gcpsdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangoTheCat%2Fdocker-docker-gcpsdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangoTheCat%2Fdocker-docker-gcpsdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MangoTheCat","download_url":"https://codeload.github.com/MangoTheCat/docker-docker-gcpsdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252593239,"owners_count":21773436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T22:01:14.191Z","updated_at":"2025-05-05T23:31:56.775Z","avatar_url":"https://github.com/MangoTheCat.png","language":"Dockerfile","readme":"# Docker with Google Cloud SDK\n\nThis docker image install `gcloud` and `kubectrl` on top of the `docker` image. This is used in our CI Pipeline for Google Kubernetes Engine.\n\n## Versions\n\nBy default this will use `latest` version of Docker and Google SDK\n\n# Usage\n\nTo use this package in your CI, try adding this to your `.gitlab-ci.yml` file:\n\n```\nbuild_docker_image:\n    image: MangoTheCat/docker-gke\n    tags:\n        - el7\n    stage: build\n    only:\n        - master\n        - tags\n    script:\n        - docker info\n        - export PATH=$PATH:/root/google-cloud-sdk/bin\n        - gcloud config set project $PROJECT_ID\n        - echo $K8S_SECRET_SERVICE_ACCOUNT \u003e /tmp/$CI_PIPELINE_ID.json\n        - gcloud auth activate-service-account --key-file /tmp/$CI_PIPELINE_ID.json\n        - gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://gcr.io\n        - docker build -t gcr.io/${PROJECT_ID}/${APPNAME}:v${VERSION} .\n        - docker push gcr.io/${PROJECT_ID}/${APPNAME}:v${VERSION}\n```\n\n## Author\n\n[Adam Deacon](https://github.com/adamjdeacon) for [Mango Solutions](https://www.mango-solutions.com)\n\nThanks to [Tobias L. Maier](http://tobiasmaier.info)\n","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMangoTheCat%2Fdocker-docker-gcpsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMangoTheCat%2Fdocker-docker-gcpsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMangoTheCat%2Fdocker-docker-gcpsdk/lists"}