Andrew Womeldorf

Results 4 comments of Andrew Womeldorf

As of version 1.10.9, the base image has moved to `python:3.7-slim-buster`. Debian Buster appears to have removed `openjdk-8` (see last message of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199) Here's a modified version of the aforementioned...

Actually - hold on this. This doesn't actually solve the problem.

I'm getting the same issue as @wendelltron . Just to simplify the error further: ```yml version: "3" services: foo: image: docker.io/alpine:latest entrypoint: /bin/sh -c ``` `podman-compose up` results in `Error:...

> As an alternative you can use remote code generation using buf. This doesn't require you to manage the plugin binaries locally. See the docs here for more details: https://buf.build/docs/bsr/remote-plugins/usage#4.4.-connect-go...