0.4.4 • Published 8 months ago

@dotcom-tool-kit/docker v0.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 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

8 months ago

0.4.3

9 months ago

0.4.2

9 months ago

0.4.1

10 months ago

0.4.0

11 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago