Skip to content

envato/docker-size-annotation-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker size annotation

Annotates the build with a docker image size.

Supports docker-compose-buildkite-plugin

Example

Add the following to your pipeline.yml:

steps:
  - label: "Build My Service"
    plugins:
      - docker-compose#v5.9.0:
          build: my-service
      - envato/docker-size-annotation#v2.1.0:
          annotate: my-service

or

steps:
  - label: "Build My Services"
    plugins:
      - docker-compose#v5.9.0:
          build:
            - my-service
            - my-service2
      - envato/docker-size-annotation#v2.1.0:
          annotate:
            - my-service
            - my-service2

Configuration

annotate

The name of a service(s) to annotate. Either a single service or multiple services can be provided as an array.

Developing

To run the lint:

docker-compose run --rm lint

To run the tests:

docker-compose run --rm tests

About

Annotates the build with a docker image size

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages