This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ ignored:
11
11
- DL3018
12
12
# Noisy: Multiple consecutive `RUN` instructions. Consider consolidation.
13
13
- DL3059
14
+ # Noisy: this lint triggers after unrelated changes are made, so @rvantonder decided to suppress it.
15
+ - DL3047
Original file line number Diff line number Diff line change 5
5
6
6
FROM sourcegraph/alpine-3.14:142406_2022-04-14_8836ac3499f4@sha256:2a2d1cbaec78882661fe1aa5b0a4af0c23a37be2ea9ff8aadc2da5b80852c233
7
7
8
- RUN apk --no-cache add pcre sqlite-libs
8
+ RUN apk --no-cache add pcre sqlite-libs libev
9
9
10
10
# The comby/comby image is a small binary-only distribution. See the bin and src directories
11
11
# here: https://github.com/comby-tools/comby/tree/master/dockerfiles/alpine
12
12
# hadolint ignore=DL3022
13
- COPY --from=comby/comby:0.18.4 @sha256:b47ce282778bfea7f80d45f5ef0cc546ba0d6347baccebaf171a7866143b2593 /usr/local/bin/comby /usr/local/bin/comby
13
+ COPY --from=comby/comby:1.7.1 @sha256:6a581342b15e0032e6293ea2f4827af70f33646106b7c8900315bcc7d4b63b1a /usr/local/bin/comby /usr/local/bin/comby
14
14
15
15
ARG COMMIT_SHA="unknown"
16
16
ARG DATE="unknown"
Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ RUN apk add --no-cache --verbose \
60
60
'redis>=5.0' \
61
61
python2 \
62
62
python3 \
63
- 'nginx>=1.18.0' openssh-client pcre sqlite-libs su-exec 'nodejs-current>=14.5.0' \
63
+ 'nginx>=1.18.0' openssh-client pcre sqlite-libs libev su-exec 'nodejs-current>=14.5.0' \
64
64
# We require libstdc++ for p4-fusion
65
65
libstdc++
66
66
67
67
# IMPORTANT: If you update the syntect_server version below, you MUST confirm
68
68
# the ENV variables from its Dockerfile (https://github.com/sourcegraph/syntect_server/blob/master/Dockerfile)
69
69
# have been appropriately set in cmd/server/shared/shared.go.
70
70
# hadolint ignore=DL3022
71
- COPY --from=comby/comby:0.18.4 @sha256:b47ce282778bfea7f80d45f5ef0cc546ba0d6347baccebaf171a7866143b2593 /usr/local/bin/comby /usr/local/bin/comby
71
+ COPY --from=comby/comby:1.7.1 @sha256:6a581342b15e0032e6293ea2f4827af70f33646106b7c8900315bcc7d4b63b1a /usr/local/bin/comby /usr/local/bin/comby
72
72
# hadolint ignore=DL3022
73
73
COPY --from=docker.io/sourcegraph/syntect_server:21-08-31_c330964@sha256:759f331a474d2a67b811a1b374b0b24a4661446a2d8e9b211f51ea8ae95e1130 /syntect_server /usr/local/bin/
74
74
@@ -114,6 +114,7 @@ COPY --from=coursier /usr/local/bin/coursier /usr/local/bin/coursier
114
114
115
115
# This is a trick to include libraries required by p4,
116
116
# please refer to https://blog.tilander.org/docker-perforce/
117
+ # hadolint ignore=DL4006
117
118
RUN wget -O - https://github.com/jtilander/p4d/raw/4600d741720f85d77852dcca7c182e96ad613358/lib/lib-x64.tgz | tar zx --directory /
118
119
119
120
# hadolint ignore=DL3022
You can’t perform that action at this time.
0 commit comments