realdimas
realdimas
@brendanhay we are also impacted by this issue. Please get rid of `instance-data` domain name resolution of from the code, its known not to work even on EC2. These are...
@ciaranmcnulty, variables are already expanded in the `id=`. One need to opt-in with `ARG` instruction and use BuildKit builder. Related discussion and example → https://github.com/docker/buildx/issues/549#issuecomment-1788297892
@enkhjile Consider using `gcr.io/distroless/cc` for runtime since it includes libgcc. This would solve the `ImportError: libgcc_s.so.1: cannot open shared object file: No such file or directory` errors. The example below...