Skip to content

Commit bbe4f1b

Browse files
committed
and cleanup some more
1 parent 1b3981d commit bbe4f1b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

apps/db-wait-postgres/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ apk update && \
2424

2525
USER nobody:nogroup
2626

27-
COPY ./containers/apps/db-wait-postgres/entrypoint.sh /entrypoint.sh
28-
CMD ["/entrypoint.sh"]
2927

3028

3129

apps/db-wait-redis/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ apk update && \
2727

2828
USER nobody:nogroup
2929

30-
COPY ./containers/apps/db-wait-redis/entrypoint.sh /entrypoint.sh
31-
CMD ["/entrypoint.sh"]
32-
3330

3431

3532

apps/renovate/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# hadolint ignore=DL3007
22
ARG VERSION
3+
34
FROM docker.io/renovate/renovate:${VERSION}-full
45

56

67
ARG 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

0 commit comments

Comments
 (0)