parrot-com/Docker Build with S3 cache
Builds a Docker image with S3 cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-contexts | Additional build contexts | no | — |
| cache-bucket | Bucket in which the cache is stored | no | — |
| cache-region | Region in which the cache is stored | no | us-east-1 |
| context | The build context | no | — |
| file | The Dockerfile to use | no | — |
| target | The target stage to build | no | — |
| tags | The tags to apply to the built image | yes | — |
| cache-from | The cache to use for the build | no | — |
| cache-to | The cache to save after the build | no | — |
| load | Load the built image | no | false |
| push | Push the built image | no | false |
| build-args | Build-time variables | no | — |
| setup-buildx | Whether to set up Docker Buildx | no | true |
| buildkit-image | The BuildKit image to use | no | moby/buildkit:master |
Outputs
| name | description |
|---|---|
| digest | The digest of the built image |
| imageid | The ID of the built image |
| metadata | The metadata of the built image |