rmGFW
rmGFW
ask feature about close all buffer but visible buffers🤣🙏
hi , i build the target `buildkit-linux-debug` to an image , and start a container docker run --rm -u root -p 5000:5000 --name buildkit --privileged -it buildkit:local-buildkit-linux-debug then use vscode...
### Describe the bug i already put my self-hosted registry as an insecure-registy in the config, but when building image, it still pull image use https schema ### To Reproduce...
### Question how can i inspect every stage cost time
### Question VERSION 0.8 ... build: WORKDIR /app COPY --dir assets src Cargo.toml Cargo.lock ./ RUN cargo install --target x86_64-unknown-linux-musl --path . --root / SAVE ARTIFACT /bin/bbb bbb image: FROM...
`--pass-args` busts the cache in some cases, e.g. ``` VERSION 0.8 middle: FROM alpine RUN echo hello from middle ARG a COPY --pass-args ./subdir+subtest/file . RUN cat file > otherfile...
how can i split a big Earthfile to many small Earthfile without create directory for every Earthfile
### Question it seems that IMPORT can not specify Earthfile name

i found it was disable patch bin in macos , i dont know why disable it ```sh if [ "$ZSH_BIN_KERNEL" = darwin ]; then sed_i 's/@ZSH_BIN_DO_PATCH_BIN@/false/g' share/zsh/5.8/scripts/relocate else ```