realdimas

Results 4 comments of 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...

@dicksontsai using `CLAUDE_CODE_OAUTH_TOKEN` to authenticate limits model choice to Sonnet on a Max plan. Cross-posting from anthropics/claude-code-action#236: ``` $ claude -p 'what model are you' I'm Claude, powered by the...