rmGFW

Results 36 issues of 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...

t/bug

### Question how can i inspect every stage cost time

type:question

### 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...

type:question

`--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...

type:bug

as the title suggests

feature request

### Question it seems that IMPORT can not specify Earthfile name

type:question

![image](https://github.com/user-attachments/assets/a9ebb6fe-34a4-40d9-86aa-fcd164f42489)

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 ```