2018-09-24 15:17:18 +08:00
2018-01-09 11:08:16 +01:00
2018-01-09 11:08:16 +01:00
2018-01-09 11:08:16 +01:00
2018-06-30 20:55:44 +08:00
2018-09-24 15:17:18 +08:00
2018-04-15 01:31:57 +02:00
2018-04-15 01:31:57 +02:00
2018-01-09 11:08:16 +01:00
2018-04-15 01:26:08 +02:00
2018-04-15 01:31:57 +02:00

drone-manifest

Build Status Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

Drone plugin to push Docker manifest to a registry for multi-architecture mappings. For the usage information and a listing of the available options please take a look at the docs.

Build

Build the binary with the following commands:

go build

Docker

Build the Docker image with the following commands:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-manifest
docker build --rm -t plugins/manifest .

Usage

docker run --rm \
  -e PLUGIN_PLATFORMS=linux/amd64,linux/arm,linux/arm64 \
  -e PLUGIN_TEMPLATE=organization/project-ARCH:1.0.0 \
  -e PLUGIN_TARGET=organization/project:1.0.0 \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  plugins/manifest
S
Description
No description provided
Readme Apache-2.0 416 KiB
Languages
Go 100%