Carlos Fontes

Results 40 comments of Carlos Fontes

Speaking of which, I'm trying to do multi-stage: ``` FROM racket/racket:8.8-full AS racket FROM ghcr.io/stefan-hoeck/idris2-pack:nightly-230330 AS idris2-racket ONBUILD COPY --from=racket /usr/bin/raco /usr/bin/raco ONBUILD COPY --from=racket /usr/bin/racket /usr/bin/racket ONBUILD COPY --from=racket...

Trying to find that 1494 build to no avail. Not here yet right?: https://pharo.org/download Pharo - Download

Thanks! Also, ended up fetching the image using the New icon in the launcher. Btw, total newbie here. Anyways, font issue is fixed (macOS Sonoma here). Now I can get...

In some weeks I may have the time to do that. Meanwhile, if you search for dynamic load videojs, you will know what I mean, I think. Thanks a lot.

Something needs to be fixed?

I also didn't feel significant speed improvements. More relevant metrics below. I ran `lein drip` and `lein help` both in the project directory. `lein help` times: without drip - 8.71...

Running into the similar issue using the `FROM build as test` tactic to reduce final image size (inspired by this Python template) in [faas-bb](https://github.com/ccfontes/faas-bb/blob/run-docker-cmds-together-for-smaller-img/template/bb/Dockerfile#L37) template. I find it intriguing we're...

Just chiming in that `DOCKER_BUILDKIT=0 faas build ..` did the trick of not ignoring the orphan intermediate stage. Should also work with this template. For now going with this solution....