Add docker build workflow

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-26 10:50:36 +01:00
parent 048ea4f1b1
commit 3416950f55
4 changed files with 36 additions and 5 deletions

View File

@@ -8,6 +8,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
make bin/probod
FROM ubuntu:22.04
LABEL org.opencontainers.image.source="https://github.com/getprobo/probo"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.vendor="Probo Inc"
WORKDIR /app
RUN useradd -m probo && \
apt-get update && \