Releases: seek-oss/docker-ecr-cache-buildkite-plugin
Releases · seek-oss/docker-ecr-cache-buildkite-plugin
v1.6.0
Support tagging the ECR repository #25
steps:
- command: 'echo wow'
plugins:
- seek-oss/docker-ecr-cache#v1.6.0:
ecr-name: my-unique-repository-name
ecr-tags:
Key: Value
Key2: Value2
- docker#v3.3.0
v1.4.0
- Support
additional-build-args
for passing arguments to docker build
#18
v1.3.0
- Remove 10 image ECR limit and instead rely on expiry #15
v1.2.0
- Expires images after 30 days (configurable) #14
v1.1.6
New:
#11 Use subdirectory (if any) of the Dockerfile as the build context
This is a backward incompatible change that will break COPY commands that are currently specified relative to the repo root, rather than the Dockerfile subdirectory.
v1.1.5
Fixed:
-
#10 Ignore errors when setting ECR lifecycle policy
The lifecycle policy is just a nice-to-have, so we shouldn't blow up builds if it can't be set. This allows the plugin to continue functioning on agents that lack ecr:PutLifecyclePolicy
.
v1.1.4
New:
- #9 Apply lifecycle policy that limits ECR repository to 10 images
- #9 Document
ecr-name
property and caching implementation
Related issues: #7, #8
v1.1.3
Includes: #6
-
Added build-args
property to pass build-time variables:
-
Updated cache-on
property to support strings:
cache-on: one-file-only
---
cache-on:
- file-1
- file-2
-
Fixed plugin failures when target
property was omitted (v1.1.2)
v1.1.2
- Push
latest
tag in addition to checksum tag (#5)