0.4.4 • Published 6 months ago

@dotcom-tool-kit/docker v0.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

@dotcom-tool-kit/docker

Installation & Usage

With Tool Kit already set up, install this plugin as a dev dependency:

npm install --save-dev @dotcom-tool-kit/docker

And add it to your repo's .toolkitrc.yml:

plugins:
  - '@dotcom-tool-kit/docker'

Tasks

DockerBuild

Task options

PropertyDescriptionTypeDefault
sshwhether to forward host's SSH agent, see https://docs.docker.com/reference/cli/docker/buildx/build/#sshbooleanfalse

All properties are optional.

Plugin-wide options

@dotcom-tool-kit/docker

PropertyType
images (*)Object with dynamic keys of type string and values of type Object with properties:definition: string - The path to the Dockerfile definition file for this imageplatform: string - The platform to target when building the Docker image, e.g. linux/arm64 or linux/amd64registry: string - The registry that the Docker image is pushed to, excluding name and tagname: string (regex: /^[a-z][a-z-]+$/) - The name of the image, excluding a tag

(*) Required.

0.4.4

6 months ago

0.4.3

6 months ago

0.4.2

7 months ago

0.4.1

8 months ago

0.4.0

9 months ago

0.3.3

9 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.4

10 months ago

0.2.3

10 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago