Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using the Docker plugin FlexDeploy - Docker Plugin Guide we can perform different operations, one of the important operation is pushing the image to different Docker registries dockerPushImage . Docker plugin support to push docker images to Docker Hub, Microsoft Azure Container Registry, Google Cloud Container Registry, Google Cloud Artifact Registry, AWS Public Container Registry, AWS Private Container Registry and OCI Container Registry.

...

  • gcr.io currently hosts the images in the United States, but the location may change in the future

  • us.gcr.io hosts the image in the United States, in a separate storage bucket from images hosted by gcr.io

  • eu.gcr.io hosts the images within member states of the European Union

  • asia.gcr.io hosts the images in Asia

...

Refer to the link: Configure Service Account with key setup

Key File Format:

...

Example:

...

Refer to the link: Different regions are supported:

  • Region is a specific geographic place, such as Tokyo or Northern Virginia.

  • Multi-region is a large geographic area, such as Asia or the United States, that contains two or more geographic places.

AWS Public Container Registry

...

Details

Description

OCI Registry Address

us-ashburn-1.ocir.io/idzor6zhmigm

(The registry address needs to be updated with OCI container registry address. )

OCI Registry User

The user name will be <tenancy-namespace>/<username> or <tenancy-namespace>/oracleidentitycloudservice/<username>. If you are using a federated logging, this user name will be the same user name you use to log in to your OCI console. For example: mytenancy/oracleidentitycloudservice/my@emailaddress.com.

e.g.

<tenancy-namespace>/oracleidentitycloudservice/<username>

idzor6zhmigm/OracleIdentityCloudService/oic_user2

OCI Registry User Token/Password

Create the credential with the OCI Auth Token as Secret Text. Please refer to the link to create the Auth Token OCI Creating an Auth Token .

Creating an Auth Token

...

Example:

log in to the Oracle Cloud Infrastructure Console for your tenancy to create an auth token.

  1. Click Profile on the top right corner of the page.

  2. Click User Settings, select Auth Tokens, and then click Generate Token.

  3. Enter a Description. For example: Container_token.

  4. Click Generate Token.

...

  1. Copy the generated token in a safe location because it will not be shown again.

...

Configuration of OCI Container registry using above details.

...