Commit ad08d01 1 parent ca7fa05 commit ad08d01 Copy full SHA for ad08d01
File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 37
37
asdfasdf
38
38
assertverify
39
39
Asterix
40
- asynk
41
40
atag
42
41
atx
43
42
aty
460
459
Guangzhou
461
460
guenter
462
461
gzip'ed
462
+ hadolint
463
463
halfsies
464
464
hannes
465
465
Hashbang
@@ -569,7 +569,6 @@ kernelmode
569
569
keybase
570
570
keyclock
571
571
keyid
572
- keypair
573
572
keyxxxxx
574
573
khvzak
575
574
kib
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ RUN tar -xvf vector-0*-"$(cat /etc/apk/arch)"-unknown-linux-musl*.tar.gz --strip
8
8
RUN mkdir -p /var/lib/vector
9
9
10
10
FROM docker.io/alpine:3.18
11
+ # we want the latest versions of these
12
+ # hadolint ignore=DL3018
11
13
RUN apk --no-cache add ca-certificates tzdata
12
14
13
15
COPY --from=builder /vector/bin/* /usr/local/bin/
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ RUN mkdir -p /var/lib/vector
9
9
10
10
FROM docker.io/debian:bookworm-slim
11
11
12
+ # we want the latest versions of these
13
+ # hadolint ignore=DL3008
12
14
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates tzdata systemd && rm -rf /var/lib/apt/lists/*
13
15
14
16
COPY --from=builder /usr/bin/vector /usr/bin/vector
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN dpkg -i vector_*_"$(dpkg --print-architecture)".deb
7
7
8
8
RUN mkdir -p /var/lib/vector
9
9
10
- FROM gcr.io/distroless/cc-debian11
10
+ # distroless doesn't use static tags
11
+ # hadolint ignore=DL3007
12
+ FROM gcr.io/distroless/cc-debian11:latest
11
13
12
14
COPY --from=builder /usr/bin/vector /usr/bin/vector
13
15
COPY --from=builder /usr/share/doc/vector /usr/share/doc/vector
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN tar -xvf vector-0*-"$(cat /etc/apk/arch)"-unknown-linux-musl*.tar.gz --strip
7
7
8
8
RUN mkdir -p /var/lib/vector
9
9
10
- FROM gcr.io/distroless/static
10
+ # distroless doesn't use static tags
11
+ # hadolint ignore=DL3007
12
+ FROM gcr.io/distroless/static:latest
11
13
12
14
COPY --from=builder /vector/bin/* /usr/local/bin/
13
15
COPY --from=builder /vector/config/vector.toml /etc/vector/vector.toml
You can’t perform that action at this time.
0 commit comments