Version 1.1.0-RC4
Pre-release
Pre-release
This is version 1.1.0-RC4 of into-docker, which incorporates a few improvements and bugfixes:
Housekeeping
- Uses GraalVM 20.3.0.
- Upgrades dependencies.
- More comprehensive e2e test.
Bugfixes
- Addresses permission issue when using non-root build user.
- Correctly handles builder/runner images that have defined an
ENTRYPOINT
(see #20 and #21 - thanks @r0man!). - (NEW) Fixes a regression when writing artifacts and building an image at the same time (see #26).
Improvements
- Uses a shared volume to transfer artifacts between containers, rather than an explicit copy out of one and back into the other.
- Flag
--no-volumes
can be used to restore the original behaviour.
- Flag
- Uses
DOCKER_API_VERSION
environment variable to target the correct API version (instead of always expecting the latest one). - Only pulls the desired tag from a registry instead of all of them.
- Introduces the
.buildenv
mechanism to pass environment variables to the build script.