Releases: concourse/oci-build-task
Releases · concourse/oci-build-task
v0.14.0
What's Changed
- add ca-certificates to oci image by @taylorsilva in #137
- Bumped Buildkit to 0.23.2
- Bump Go mod dependencies
Full Changelog: v0.13.1...v0.14.0
v0.13.1
What's Changed
- Add qemu binaries back into the image to fix
exec format error
by @taylorsilva in #136
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- We now ship this image for linux/amd64 and linux/arm64 platforms
- add base_image arg to Dockerfile by @taylorsilva in #132
- Copy over fix from docker-image resource by @taylorsilva in #133
- Use wolfi as image base by @taylorsilva in #134
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- README: Demonstrate how to use IMAGE_ARG by @charles-dyfis-net in #104
- Bump github.com/containerd/containerd from 1.3.0 to 1.5.18 by @dependabot in #111
- Mention an absense of
type=cache
mounts caching in README.md by @ei-grad in #114 - docs(readme): fix masked link typo by @favna in #119
- Version updates by @pn-santos in #125
- Add support for build arg files in yaml format. by @featheredtoast in #123
- Allow adding arbitrary buildkit config by @sclu1034 in #121
- load OCI images with IMAGE_ARG_* by @taylorsilva in #130
- Update buildkit (0.21.1) and rootlesskit (2.3.5) by @taylorsilva in #131
New Contributors
- @dependabot made their first contribution in #111
- @ei-grad made their first contribution in #114
- @favna made their first contribution in #119
- @featheredtoast made their first contribution in #123
- @sclu1034 made their first contribution in #121
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- Bump buidkit to 0.11.0 to fix an error when building multi-arch image by @evanchaoli in #109
New Contributors
- @evanchaoli made their first contribution in #109
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Add support for building OCI multi-arch images by @rdrgmnzs in #93
- Add support for passing secrets as text by @charles-dyfis-net in #88
- Bump buildkit to v0.10.4 by @dackroyd in #91 and @charles-dyfis-net in #102
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.1
- Fixes a bug with
IMAGE_ARG_*
where if the arg was uppercase the build would fail with an error. Image args can now be all or partially uppercase
v0.9.0
- Add
image_platform
which allows users to build images for platforms that don't match the current platform
v0.8.0
Bumps buildkit