Files
compute-blade-agent/Dockerfile
Matthias Riegler 158e7fc1bd fix: finalize renaming
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2024-08-31 15:02:45 +02:00

8 lines
263 B
Docker

FROM cgr.dev/chainguard/wolfi-base
LABEL org.opencontainers.image.source https://github.com/github.com/uptime-induestries/compute-blade-agent
# Copy binaries generated by goreleaser
COPY compute-blade-agent bladectl /bin
ENTRYPOINT ["/bin/compute-blade-agent"]