File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ apk update && \
2424
2525USER nobody:nogroup
2626
27- COPY ./containers/apps/db-wait-postgres/entrypoint.sh /entrypoint.sh
28- CMD ["/entrypoint.sh" ]
2927
3028
3129
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ apk update && \
2727
2828USER nobody:nogroup
2929
30- COPY ./containers/apps/db-wait-redis/entrypoint.sh /entrypoint.sh
31- CMD ["/entrypoint.sh" ]
32-
3330
3431
3532
Original file line number Diff line number Diff line change 11# hadolint ignore=DL3007
22ARG VERSION
3+
34FROM docker.io/renovate/renovate:${VERSION}-full
45
56
67ARG CLUSTERTOOL_VERSION=2.0.6
78
89# Download and set up the clustertool binary
9- RUN curl -L "https://github.com/trueforge-org/truecharts/releases/download/v${VERSION }/clustertool_${CLUSTERTOOL_VERSION}_linux_amd64.tar.gz" -o /tmp/clustertool.tar.gz \
10+ RUN curl -L "https://github.com/trueforge-org/truecharts/releases/download/v${CLUSTERTOOL_VERSION }/clustertool_${CLUSTERTOOL_VERSION}_linux_amd64.tar.gz" -o /tmp/clustertool.tar.gz \
1011 && tar -xzvf /tmp/clustertool.tar.gz -C /usr/local/bin \
1112 && chmod +x /usr/local/bin/clustertool \
1213 && rm /tmp/clustertool.tar.gz
You can’t perform that action at this time.
0 commit comments