Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
andlinger committed Feb 9, 2024
1 parent fc10a7f commit fa5f1c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ARG HEALTHCHECK_VERSION=1.0.0
ARG TARGETOS
ARG TARGETARCH
ARG VERSION

FROM mongo:${VERSION}
LABEL authors="instant:solutions OG"

ARG HEALTHCHECK_VERSION=1.0.0
ARG TARGETOS
ARG TARGETARCH

ADD --chown=1000:1000 https://github.com/instant-solutions/mongo-healthcheck/releases/download/${HEALTHCHECK_VERSION}/mongo-healthcheck-${HEALTHCHECK_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz /tmp/healthcheck.tar.gz
RUN tar -xf /tmp/healthcheck.tar.gz -C /usr/bin/ \
&& chmod 755 /usr/bin/mongo-healthcheck \
Expand Down

0 comments on commit fa5f1c4

Please sign in to comment.