CrazyMax
CrazyMax
Fixes #208 Try-out the composite feature which now supports `uses:` keyword: * Set up Buildx and QEMU * Cache * Metadata * Build and push Usage: ```yaml name: ci on:...
fixes #122 Signed-off-by: CrazyMax
follow-up https://github.com/docker/build-push-action/issues/482 Since docker/buildx#672 BuildKit state is saved in a named volume. We should be able to cache it and mount it back. This would require the possiblity to name...
~needs tonistiigi/binfmt#22~ Adds `reset` input to uninstall current emulators before installation. Signed-off-by: CrazyMax
also need to update golangci-lint to 1.48.0 for Go 1.19 support.
While checking https://github.com/moby/moby/pull/43661 I encounter an issue with our `dockerd` workflow and some recent tests added here fail against this worker. I changed the behavior of the workflow to add...
Aggregate data from JSON reports of Go tests using [gotestsum](https://github.com/gotestyourself/gotestsum) and adds a step for unit and integration tests that will render the output as markdown and create a GitHub...
By @jsenecal > It would be nice if you added an example docker-compose.yml suitable for docker in swarm mode. > > This should also provide separate web and poller using...
ref. https://github.com/moby/moby/pull/43553#issuecomment-1115315857 When using `xx-apt` on ubuntu against a cross platform like `linux/arm/v6` this warning message is displayed: ``` $ docker buildx bake --set *.platform=linux/arm/v6 ... > [rootlesskit-base 1/1] RUN...
``` #38 189.3 #38 189.3 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #38 189.3 ``` This warning message is displayed when using `xx-apt-get`....