Dockerfile*: use my images
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
77f5dd705c
commit
8eecd3c72a
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine
|
FROM r.batts.cloud/debian:testing
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="philipp.heckel@gmail.com"
|
LABEL org.opencontainers.image.authors="philipp.heckel@gmail.com"
|
||||||
LABEL org.opencontainers.image.url="https://ntfy.sh/"
|
LABEL org.opencontainers.image.url="https://ntfy.sh/"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.19-bullseye as builder
|
FROM r.batts.cloud/golang:1.19 as builder
|
||||||
|
|
||||||
ARG VERSION=dev
|
ARG VERSION=dev
|
||||||
ARG COMMIT=unknown
|
ARG COMMIT=unknown
|
||||||
|
@ -37,7 +37,7 @@ ADD ./user ./user
|
||||||
ADD ./util ./util
|
ADD ./util ./util
|
||||||
RUN make VERSION=$VERSION COMMIT=$COMMIT cli-linux-server
|
RUN make VERSION=$VERSION COMMIT=$COMMIT cli-linux-server
|
||||||
|
|
||||||
FROM alpine
|
FROM r.batts.cloud/debian:testing
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="philipp.heckel@gmail.com"
|
LABEL org.opencontainers.image.authors="philipp.heckel@gmail.com"
|
||||||
LABEL org.opencontainers.image.url="https://ntfy.sh/"
|
LABEL org.opencontainers.image.url="https://ntfy.sh/"
|
||||||
|
|
Loading…
Reference in a new issue