any recommendations on running the `zed` cli in a ...
# spicedb
y
any recommendations on running the
zed
cli in a circleCI container for
zed validate
? things i've tried so far: 1. installing the .deb in the cimg/base container (errored out saying
error: 'zed_0.4.3_linux_amd64.deb' is not a Debian format archive
), 2. using the quay.io/authzed/zed image directly (is distroless so doesn't have git to do the checkout step), 3. using the zed image indirectly (doesn't work easily because i'd need to mount the tempfile that i'm working with into the container somehow in order to run
zed validate
)
2 Views