CrazyMax
CrazyMax
Put this one in draft until missing fields are supported by the compose spec.
Do you mean building with legacy builder without BuildKit? Fyi this action only uses Buildx that only supports BuildKit.
> yes, i mean without buildkit This is not possible with this action that relies only on Buildx requiring BuildKit. Do you mind sharing why you don't want to use...
> since this action provides a builder, we must add `--cache-from= --cache-to=` in the build command. In such case you can just specify the `docker` driver so build result is...
Sure, happy to have it replaced! Thanks!
What license? Do you have a link to their TOS?
> `--from=crazymax/alpine-s6-dist:3.20` tag is not correct, see https://github.com/crazy-max/docker-alpine-s6/?tab=readme-ov-file#supported-tags
Oh nevermind, that seems to be related to docker host configuration, let me check
It's actually cached: ``` #32 [base stage-0 16/16] COPY --from=base-src --chown=odoo:odoo ./addons /opt/odoo/projects/base #32 sha256:16fd52525449f870f1ec2d0096b352bae611ff3876a7e733950c4628813f3438 52.43MB / 314.72MB 6.0s #32 extracting sha256:cf92e523b49ea3d1fae59f5f082437a5f96c244fda6697995920142ff31d59cf 1.7s done #32 extracting sha256:89c0313aa29e2dd962db1c104533845c3b8a4417e3f9498ed0b277a5c8d96901 0.0s done #32...
Could not repro with latest release https://github.com/crazy-max/docker-jetbrains-license-server/releases/tag/39687-r0 > `did not complete successfully: exit code: 1` I pushed some changes in https://github.com/crazy-max/docker-jetbrains-license-server/pull/96 to make the build a bit more verbose if...