-
Added
apko login
as alternative todocker login
. -
Fixes for logging in "early" build contexts for paths outside
apko publish
. -
Provide a default environment for the image configuration.
-
Set the
mediaType
on OCI indexes when publishing so thatko
can use them correctly.
- Minor brown-paper-bag fix for multitagging.
-
New option
--use-proot
for rootless image builds. -
Support for multi-arch builds in
apko publish
, this requires the qemu emulators to be installed. If you do not want to use qemu emulation, then use the--arch
option to do a single architecture build. -
Added
--keyring-append
and--repositories-append
options. -
Added management of UIDs and GIDs, for an example of how to use this functionality, see the
examples/alpine-base-rootless.yaml
file. -
Added support for multiple tags in
apko publish
.
- Minor bugfix for usage scenario involving the APK system keyring.
-
Build system refactoring c/o Jason Hall and Carlos Panato
-
Support for copying the APK system keyring if no explicit keyring is configured, c/o Adolfo García Veytia (Puerco)
-
Support for outputting the image digest, allowing it to be used as an input for
ko build
c/o Jason Hall