Skip to content

Commit

Permalink
change git url
Browse files Browse the repository at this point in the history
  • Loading branch information
Tob1as committed Nov 25, 2023
1 parent e367806 commit 61f01c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mqtt-forwarder.scratch.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG VERSION=master
ENV GO111MODULE=auto
RUN apk update ; \
apk add --no-cache git make binutils ; \
git clone --branch ${VERSION} --single-branch https://github.com/Bobobo-bo-Bo-bobo/mqtt-forwarder.git ; \
git clone --branch ${VERSION} --single-branch https://git.ypbind.de/repository/mqtt-forwarder.git ; \
cd mqtt-forwarder/
WORKDIR /go/mqtt-forwarder
RUN make all
Expand All @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.title="mqtt-forwarder" \
org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.licenses="GPL-3.0" \
org.opencontainers.image.url="https://github.com/Tob1as/docker-tools" \
org.opencontainers.image.source="https://github.com/Bobobo-bo-Bo-bobo/mqtt-forwarder"
org.opencontainers.image.source="https://git.ypbind.de/cgit/mqtt-forwarder/"
#RUN apk add --no-cache ca-certificates
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder --chown=1000:1000 /go/mqtt-forwarder/bin/mqtt-forwarder /usr/local/bin/mqtt-forwarder
Expand Down
4 changes: 2 additions & 2 deletions prometheus-mosquitto-exporter.debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV RUST_BACKTRACE=1
RUN apt update && apt install -y pkg-config libssl-dev cmake git

WORKDIR /usr/src/
RUN git clone --branch ${VERSION} --single-branch https://github.com/Bobobo-bo-Bo-bobo/prometheus-mosquitto-exporter.git prometheus-mosquitto-exporter
RUN git clone --branch ${VERSION} --single-branch https://git.ypbind.de/repository/prometheus-mosquitto-exporter.git prometheus-mosquitto-exporter

WORKDIR /usr/src/prometheus-mosquitto-exporter
#COPY . .
Expand All @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="prometheus-mosquitto-exporter" \
org.opencontainers.image.base.name="docker.io/library/debian:bookworm-slim" \
org.opencontainers.image.licenses="GPL-3.0" \
org.opencontainers.image.url="https://github.com/Tob1as/docker-tools" \
org.opencontainers.image.source="https://github.com/Bobobo-bo-Bo-bobo/prometheus-mosquitto-exporter"
org.opencontainers.image.source="https://git.ypbind.de/cgit/prometheus-mosquitto-exporter/"

SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]

Expand Down
4 changes: 2 additions & 2 deletions prometheus-mqtt-transport.debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV RUST_BACKTRACE=1
RUN apt update && apt install -y pkg-config libssl-dev cmake git

WORKDIR /usr/src/
RUN git clone --branch ${VERSION} --single-branch https://github.com/Bobobo-bo-Bo-bobo/prometheus-mqtt-transport.git prometheus-mqtt-transport
RUN git clone --branch ${VERSION} --single-branch https://git.ypbind.de/repository/prometheus-mqtt-transport.git prometheus-mqtt-transport

WORKDIR /usr/src/prometheus-mqtt-transport
#COPY . .
Expand All @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="prometheus-mqtt-transport" \
org.opencontainers.image.base.name="docker.io/library/debian:bookworm-slim" \
org.opencontainers.image.licenses="GPL-3.0" \
org.opencontainers.image.url="https://github.com/Tob1as/docker-tools" \
org.opencontainers.image.source="https://github.com/Bobobo-bo-Bo-bobo/prometheus-mqtt-transport"
org.opencontainers.image.source="https://git.ypbind.de/cgit/prometheus-mqtt-transport/"

SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]

Expand Down

0 comments on commit 61f01c6

Please sign in to comment.