https://github.com/envato/docker-size-annotation-buildkite-plugin
Annotates the build with a docker image size
https://github.com/envato/docker-size-annotation-buildkite-plugin
buildkite-plugin
Last synced: 8 months ago
JSON representation
Annotates the build with a docker image size
- Host: GitHub
- URL: https://github.com/envato/docker-size-annotation-buildkite-plugin
- Owner: envato
- License: mit
- Created: 2022-02-04T06:01:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T22:24:56.000Z (over 3 years ago)
- Last Synced: 2024-12-25T20:26:27.223Z (10 months ago)
- Topics: buildkite-plugin
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 32
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker size annotation
Annotates the build with a docker image size.
Supports [docker-compose-buildkite-plugin](docker-compose-buildkite-plugin)
## Example
Add the following to your `pipeline.yml`:
```yml
steps:
- label: "Build My Service"
plugins:
- docker-compose#v3.8.0:
build: my-service
- envato/docker-size-annotation#v1.0.0: ~
```## Configuration
n/a
## Developing
To run the lint:
```shell
docker-compose run --rm lint
```To run the tests:
```shell
docker-compose run --rm tests
```