File tree Expand file tree Collapse file tree 28 files changed +89
-202
lines changed Expand file tree Collapse file tree 28 files changed +89
-202
lines changed Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:bullseye-curl
2
2
3
- RUN for attempt in 1 2 3 ; \
4
- do \
5
- sleep 1 && \
6
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
7
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
8
- break ; \
9
- done
3
+ RUN gpg --yes --batch \
4
+ --keyserver hkps://keyserver.ubuntu.com:443 \
5
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
10
6
11
7
ENV INFLUXDB_VERSION 1.10.0-c1.10.0
12
8
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates gnupg && \
5
5
update-ca-certificates
6
6
7
- RUN for attempt in 1 2 3 ; \
8
- do \
9
- sleep 1 && \
10
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
11
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
12
- break ; \
13
- done
7
+ RUN gpg --yes --batch \
8
+ --keyserver hkps://keyserver.ubuntu.com:443 \
9
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
14
10
15
11
ENV INFLUXDB_VERSION 1.10.0-c1.10.0
16
12
RUN set -ex && \
Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:bullseye-curl
2
2
3
- RUN for attempt in 1 2 3 ; \
4
- do \
5
- sleep 1 && \
6
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
7
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
8
- break ; \
9
- done
3
+ RUN gpg --yes --batch \
4
+ --keyserver hkps://keyserver.ubuntu.com:443 \
5
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
10
6
11
7
ENV INFLUXDB_VERSION 1.10.0-c1.10.0
12
8
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates gnupg && \
5
5
update-ca-certificates
6
6
7
- RUN for attempt in 1 2 3 ; \
8
- do \
9
- sleep 1 && \
10
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
11
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
12
- break ; \
13
- done
7
+ RUN gpg --yes --batch \
8
+ --keyserver hkps://keyserver.ubuntu.com:443 \
9
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
14
10
15
11
ENV INFLUXDB_VERSION 1.10.0-c1.10.0
16
12
RUN set -ex && \
Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:bullseye-curl
2
2
3
- RUN for attempt in 1 2 3 ; \
4
- do \
5
- sleep 1 && \
6
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
7
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
8
- break ; \
9
- done
3
+ RUN gpg --yes --batch \
4
+ --keyserver hkps://keyserver.ubuntu.com:443 \
5
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
10
6
11
7
ENV INFLUXDB_VERSION 1.7.11
12
8
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates gnupg && \
5
5
update-ca-certificates
6
6
7
- RUN for attempt in 1 2 3 ; \
8
- do \
9
- sleep 1 && \
10
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
11
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
12
- break ; \
13
- done
7
+ RUN gpg --yes --batch \
8
+ --keyserver hkps://keyserver.ubuntu.com:443 \
9
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
14
10
15
11
ENV INFLUXDB_VERSION 1.7.11
16
12
RUN set -ex && \
Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:bullseye-curl
2
2
3
- RUN for attempt in 1 2 3 ; \
4
- do \
5
- sleep 1 && \
6
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
7
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
8
- break ; \
9
- done
3
+ RUN gpg --yes --batch \
4
+ --keyserver hkps://keyserver.ubuntu.com:443 \
5
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
10
6
11
7
ENV INFLUXDB_VERSION 1.7.11-c1.7.11
12
8
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates gnupg && \
5
5
update-ca-certificates
6
6
7
- RUN for attempt in 1 2 3 ; \
8
- do \
9
- sleep 1 && \
10
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
11
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
12
- break ; \
13
- done
7
+ RUN gpg --yes --batch \
8
+ --keyserver hkps://keyserver.ubuntu.com:443 \
9
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
14
10
15
11
ENV INFLUXDB_VERSION 1.7.11-c1.7.11
16
12
RUN set -ex && \
Original file line number Diff line number Diff line change 1
1
FROM buildpack-deps:bullseye-curl
2
2
3
- RUN for attempt in 1 2 3 ; \
4
- do \
5
- sleep 1 && \
6
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
7
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
8
- break ; \
9
- done
3
+ RUN gpg --yes --batch \
4
+ --keyserver hkps://keyserver.ubuntu.com:443 \
5
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
10
6
11
7
ENV INFLUXDB_VERSION 1.7.11-c1.7.11
12
8
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
Original file line number Diff line number Diff line change @@ -4,14 +4,9 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates gnupg && \
5
5
update-ca-certificates
6
6
7
- RUN for attempt in 1 2 3 ; \
8
- do \
9
- sleep 1 && \
10
- gpg --yes --batch --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys \
11
- 05CE15085FC09D18E99EFB22684A14CF2582E0C5 && \
12
- break ; \
13
- done
14
-
7
+ RUN gpg --yes --batch \
8
+ --keyserver hkps://keyserver.ubuntu.com:443 \
9
+ --recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
15
10
16
11
ENV INFLUXDB_VERSION 1.7.11-c1.7.11
17
12
RUN set -ex && \
You can’t perform that action at this time.
0 commit comments