Giter Site home page Giter Site logo

gitlab-ci-push-to-gcr's Introduction

Push to Google Cloud Registry via Gitlab CI

This repository is to demonstrate workflow:

  • Build docker image in CI
  • Push it to Gitlab Registry (so we can run tests on it etc)
  • If everything is ok then push it to Google Cloud Registry (GCR) so we can use it in Google Cloud etc for Kubernetes

Environment variables:

  • GOOGLE_CLOUD_ACCOUNT - google cloud service account credentials (see below how to get it)
  • GITLAB_IMAGE - where we push go Gitlab Registry
  • GCR_IMAGE - where we push to Google Cloud Registry

Images variables can be set in Gitlab's settings or in your .gitlab-ci.yml file:

variables:
  GITLAB_IMAGE: registry.gitlab.com/author-name/my-project
  GCR_IMAGE: eu.gcr.io/my-project/image-name

I recommend setting GOOGLE_CLOUD_ACCOUNT via protected variables Settings -> CI/CD -> Environment variables

How do I get GOOGLE_CLOUD_ACCOUNT variable content?

  1. Go to your Google Cloud account
  2. Pick a project
  3. Create service account with Storage admin role (IAM & Admin -> Service accounts -> Create service account)
  4. Copy the json key and enter it to gitlab

Notes

gitlab-ci-push-to-gcr's People

Contributors

janmikes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.