mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
8 lines
261 B
Docker
8 lines
261 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 computeblade-agent bladectl /bin
|
|
|
|
ENTRYPOINT ["/bin/computeblade-agent"]
|