mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
Update keycloak/Dockerfile, minio/Dockerfile, restic/Dockerfile, watchdog/Dockerfile, dendrite/Dockerfile, dendrite/Makefile files
This commit is contained in:
parent
1f0c65f43b
commit
71fd98cb0b
@ -3,9 +3,9 @@ FROM golang:buster as builder
|
|||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
COPY dendrite /dendrite
|
COPY dendrite /dendrite
|
||||||
WORKDIR /dendrite
|
WORKDIR /dendrite
|
||||||
RUN ./build.sh
|
RUN rm -rf .git && ./build.sh
|
||||||
|
|
||||||
FROM debian:buster
|
FROM debian:buster-20210111-slim
|
||||||
|
|
||||||
COPY --from=builder /dendrite/bin/ /usr/local/bin/
|
COPY --from=builder /dendrite/bin/ /usr/local/bin/
|
||||||
COPY --from=builder /dendrite/dendrite-config.yaml /usr/local/share/
|
COPY --from=builder /dendrite/dendrite-config.yaml /usr/local/share/
|
||||||
|
@ -18,4 +18,4 @@ push: git-clone
|
|||||||
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
|
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
|
||||||
|
|
||||||
git-clone:
|
git-clone:
|
||||||
git clone -b v${VERSION} https://github.com/matrix-org/dendrite.git
|
git clone -b v${VERSION} --depth 1 https://github.com/matrix-org/dendrite.git
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20201209-slim
|
FROM debian:buster-20210111-slim
|
||||||
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/cacert.pem
|
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/cacert.pem
|
||||||
ENV CURL_CA_BUNDLE=/etc/ssl/certs/cacert.pem
|
ENV CURL_CA_BUNDLE=/etc/ssl/certs/cacert.pem
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.12.3
|
FROM alpine:3.13.0
|
||||||
|
|
||||||
ENV MINIO_ACCESS_KEY_FILE=access_key \
|
ENV MINIO_ACCESS_KEY_FILE=access_key \
|
||||||
MINIO_SECRET_KEY_FILE=secret_key \
|
MINIO_SECRET_KEY_FILE=secret_key \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.12.3
|
FROM alpine:3.13.0
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ENV VERSION $VERSION
|
ENV VERSION $VERSION
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20201209-slim
|
FROM debian:buster-20210111-slim
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
RUN apt update -qq && \
|
RUN apt update -qq && \
|
||||||
|
Loading…
Reference in New Issue
Block a user