Skip to content

Create OCI/Docker manifest list

Actions
Create a new image based on source images with Buildx
v0.1.2
LatestPre-release
Star (0)

Docker Buildx imagetools action

GitHub Super-Linter CI Check dist/ CodeQL Coverage

This action is a wrapper around docker buildx imagetools create

Usage

See action.yml

Example

steps:
  - name: Set up Docker Buildx
    uses: docker/setup-buildx-action@v3
    with:
      version: latest

  # ...

  - name: Create manifest list
    uses: kphrx/docker-buildx-imagetools-action@v0.1.0
    with:
      sources: |
        sha256:<hash>
        sha256:<hash>
      tags: ghcr.io/<name>/<repo>:latest

Create OCI/Docker manifest list is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Create a new image based on source images with Buildx
v0.1.2
LatestPre-release

Create OCI/Docker manifest list is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.