Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

...

You have a working docker project and the source code is managed in a Git repository. The goal of the tutorial is to push a docker image to the GCP Artifact Registry

This process will include:

  • cloning the application from a Git repository

  • building the docker image

  • push the docker image to the GCP Artifact Registry.

We will walk through each of the FlexDeploy features that will be created/configured to accomplish this goal and have the docker image published to the GCP Artifact Registry in a very short amount of time.

...

Checklist

Description

Docker Registry Address

GCP Artifact Registry address

Docker Registry User

Use "oauth2accesstoken" to push images against the GCP Artifact Registry

Docker Registry Token/Password

Key file content, generated using Service Account of GCP

Docker Registry User permission

Service Account must have the required permission, to push images to the GCP Artifact Registry

Configure Cloud specific credential

To configure credential details according to the cloud provider, please refer to the document. Docker Registry Setup For Cloud Providers

Configure Container Account

...