Google Cloud Container Registry website screenshot

Google Cloud Container Registry

Google Cloud Container Registry is a private Docker image storage service on Google Cloud Platform. It provides secure, private Docker image storage with integration into Google Cloud CI/CD pipelines, vulnerability scanning, and access control. Note that Container Registry has been superseded by Artifact Registry as the recommended container registry for Google Cloud.

1 APIs 0 Features
CI/CDContainersDockerGoogle CloudImagesRegistriesStorage

APIs

Google Cloud Container Registry API

The Container Registry API provides access to store, manage, and secure Docker container images. It supports pushing and pulling images, managing image tags, and integrating wit...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Container Registry API
  version: v1
items:
- info:
    name: Tags
    type: folder
  items:
  - info:
      name: Google Cloud Container Registry List Image Tags
      type: http
    http:
      method: GET
      url: https://containerregistry.googleapis.com/v2/:name/tags/list
      params:
      - name: name
        value: ''
        type: path
        description: The name of the image.
    docs: Lists tags for a given image in the registry.
- info:
    name: Manifests
    type: folder
  items:
  - info:
      name: Google Cloud Container Registry Get Image Manifest
      type: http
    http:
      method: GET
      url: https://containerregistry.googleapis.com/v2/:name/manifests/:reference
      params:
      - name: name
        value: ''
        type: path
      - name: reference
        value: ''
        type: path
        description: The tag or digest of the image.
    docs: Retrieves the manifest for a container image.
  - info:
      name: Google Cloud Container Registry Push Image Manifest
      type: http
    http:
      method: PUT
      url: https://containerregistry.googleapis.com/v2/:name/manifests/:reference
      params:
      - name: name
        value: ''
        type: path
      - name: reference
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Pushes an image manifest to the registry.
  - info:
      name: Google Cloud Container Registry Delete Image Manifest
      type: http
    http:
      method: DELETE
      url: https://containerregistry.googleapis.com/v2/:name/manifests/:reference
      params:
      - name: name
        value: ''
        type: path
      - name: reference
        value: ''
        type: path
    docs: Deletes an image manifest from the registry.
- info:
    name: ' Catalog'
    type: folder
  items:
  - info:
      name: Google Cloud Container Registry List Repositories
      type: http
    http:
      method: GET
      url: https://containerregistry.googleapis.com/v2/_catalog
    docs: Lists repositories in the registry.
- info:
    name: Blobs
    type: folder
  items:
  - info:
      name: Google Cloud Container Registry Get Image Blob
      type: http
    http:
      method: GET
      url: https://containerregistry.googleapis.com/v2/:name/blobs/:digest
      params:
      - name: name
        value: ''
        type: path
      - name: digest
        value: ''
        type: path
    docs: Retrieves a blob (layer) for a container image.
bundled: true