Files
runner-container-hooks/packages/docker
dependabot[bot] 688d6d160f Bump uuid
Bumps the all-dependencies group with 1 update in the /packages/docker directory: [uuid](https://github.com/uuidjs/uuid).


Updates `uuid` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v11.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-19 15:57:05 +00:00
..
2025-07-29 11:06:45 +02:00
2025-07-29 11:06:45 +02:00
2026-01-19 15:57:05 +00:00
2026-01-19 15:57:05 +00:00
2022-06-02 15:53:11 -04:00
2022-06-02 15:53:11 -04:00

Docker Hooks

Description

This implementation mirrors the original docker implementation in the Actions Runner.

Feel free to fork this repo and modify it in order to customize that implementation

Pre-requisites

The GITHUB_WORKSPACE env will be set to the GitHub Workspace. This is done automatically by the actions runner, but may need to be done manually when testing The docker cli is installed on the machine, and docker is running.