Toolkit for Docker Actions
Find a file
CrazyMax 8c9de189c5
Some checks failed
build / build (18) (push) Failing after 1s
build / build (20) (push) Failing after 1s
codeql / analyze (push) Failing after 2s
test / test (18, ubuntu-latest) (push) Failing after 1s
test / test (20, ubuntu-latest) (push) Failing after 2s
test / prepare-itg (push) Failing after 2s
test / test-itg (push) Has been skipped
validate / prepare (push) Failing after 1s
validate / validate (push) Has been skipped
buildx-lab-releases-json / generate (push) Has been cancelled
buildx-releases-json / generate (push) Has been cancelled
compose-lab-releases-json / generate (push) Has been cancelled
compose-releases-json / generate (push) Has been cancelled
docker-releases-json / generate (push) Has been cancelled
regclient-releases-json / generate (push) Has been cancelled
test / test (18, ubuntu-22.04-arm) (push) Has been cancelled
test / test (20, ubuntu-22.04-arm) (push) Has been cancelled
undock-releases-json / generate (push) Has been cancelled
buildx-lab-releases-json / open-pr (push) Has been cancelled
buildx-releases-json / open-pr (push) Has been cancelled
compose-lab-releases-json / open-pr (push) Has been cancelled
compose-releases-json / open-pr (push) Has been cancelled
docker-releases-json / open-pr (push) Has been cancelled
regclient-releases-json / open-pr (push) Has been cancelled
undock-releases-json / open-pr (push) Has been cancelled
Merge pull request #725 from docker/bot/docker-releases-json
Update `.github/docker-releases.json`
2025-06-25 09:39:18 +02:00
.github github: update .github/docker-releases.json 2025-06-25 00:33:40 +00:00
.yarn/plugins/@yarnpkg chore: use corepack to install yarn 2024-04-29 13:39:36 +02:00
__mocks__/@actions github: set attempts to workflowRunURL 2024-05-27 19:57:40 +02:00
__tests__ Merge pull request #604 from crazy-max/inspect-devices 2025-04-23 10:39:44 -07:00
hack/dockerfiles dockerfile: update addlicense to v1.1.1 2025-01-13 14:29:17 +01:00
src github: fix summary handling for dbc 2025-05-27 16:58:48 +02:00
.dockerignore update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.editorconfig initial implementation 2023-01-17 12:07:05 +01:00
.eslintignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.eslintrc.json chore: update dev dependencies 2024-05-07 12:34:45 +02:00
.gitattributes oci: loadArchive to import an index from a tar archive image bundle 2024-05-29 11:11:12 +02:00
.gitignore update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.prettierignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.prettierrc.json initial implementation 2023-01-17 12:07:05 +01:00
.yarnrc.yml chore: use corepack to install yarn 2024-04-29 13:39:36 +02:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile ci: update buildkit to 0.23.0 and buildx to 0.25.0 2025-06-17 13:31:15 -05:00
docker-bake.hcl update bake-action to v6 2025-01-08 13:16:35 +01:00
jest.config.itg.ts fix jest config for integration tests 2025-04-24 10:04:34 +02:00
jest.config.ts github: set attempts to workflowRunURL 2024-05-27 19:57:40 +02:00
LICENSE LICENSE 2023-01-17 12:01:18 +01:00
package.json build(deps): bump semver and @types/semver 2025-05-12 22:27:21 +00:00
README.md readme: add setup-compose-action 2025-01-28 09:54:45 +01:00
tsconfig.json tsconfig: switch to es6 target 2024-04-22 15:10:34 +02:00
yarn.lock build(deps): bump semver and @types/semver 2025-05-12 22:27:21 +00:00

Version Downloads Build workflow Test workflow Validate workflow Codecov

Actions Toolkit

Toolkit for Docker (GitHub) Actions.

🧪 Experimental

This repository is considered EXPERIMENTAL and under active development until further notice. It is subject to non-backward compatible changes or removal in any future version.

About

This repository contains the source code for the toolkit that is consumed as a library by most of our GitHub Actions:

This toolkit provides some utilities and common logic when developing GitHub Actions and also acts as a minimal wrapper around our build tooling such as Buildx and BuildKit and provides an easier API for interacting with them.

Installation

$ npm install @docker/actions-toolkit

Usage

const { Toolkit } = require('@docker/actions-toolkit/lib/toolkit')
const toolkit = new Toolkit()

Contributing

Want to contribute to the Actions Toolkit? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md