This repository was archived by the owner on Apr 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- FROM ocaml/opam-dev :alpine-3.5_ocaml-4.05.0
1+ FROM ocaml/opam:alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
44ENV OPAMERRLOGLEN=0 OPAMYES=1
55
66RUN git -C /home/opam/opam-repository fetch origin && \
7- git -C /home/opam/opam-repository reset 818ebb219 --hard && \
7+ git -C /home/opam/opam-repository reset da99aec5e0ecc83bd86926b620eff45b99c82c26 --hard && \
88 opam update -u
99
1010RUN opam install alcotest lwt conf-libev inotify
1111
1212COPY check-libev.ml /tmp/check-libev.ml
13- RUN opam config exec -- ocaml /tmp/check-libev.ml
13+ RUN opam exec -- ocaml /tmp/check-libev.ml
1414
1515# cache opam install of dependencies
1616
@@ -33,7 +33,7 @@ RUN opam install datakit -ytv
3333RUN sudo cp $(opam config exec -- which datakit) /usr/bin/datakit && \
3434 sudo cp $(opam config exec -- which datakit-mount) /usr/bin/datakit-mount
3535
36- FROM alpine:3.5
36+ FROM alpine:3.8
3737RUN apk add --no-cache libev gmp tzdata ca-certificates git openssh-client bash
3838EXPOSE 5640
3939ENTRYPOINT ["/usr/bin/datakit" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN opam update --dev && opam upgrade
88RUN opam install datakit-bridge-local-git -tyv
99RUN sudo cp $(opam config exec -- which datakit-bridge-local-git) /usr/bin/
1010
11- FROM alpine:3.5
11+ FROM alpine:3.8
1212RUN apk add --no-cache libev gmp tzdata ca-certificates
1313ENTRYPOINT ["/usr/bin/datakit-bridge-local-git"]
1414COPY --from=0 /usr/bin/datakit-bridge-local-git /usr/bin/datakit-bridge-local-git
Original file line number Diff line number Diff line change 1- FROM ocaml/opam-dev :alpine-3.5_ocaml-4.05.0
1+ FROM ocaml/opam2 :alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
44ENV OPAMERRLOGLEN=0 OPAMYES=1
55
66RUN git -C /home/opam/opam-repository fetch origin && \
7- git -C /home/opam/opam-repository reset 818ebb219 --hard && \
7+ git -C /home/opam/opam-repository reset da99aec5e0ecc83bd86926b620eff45b99c82c26 --hard && \
88 opam update -u
99
1010RUN opam install alcotest lwt conf-libev inotify
1111
1212COPY check-libev.ml /tmp/check-libev.ml
13- RUN opam config exec -- ocaml /tmp/check-libev.ml
13+ RUN opam exec -- ocaml /tmp/check-libev.ml
1414
1515# cache opam install of dependencies
1616
Original file line number Diff line number Diff line change 1- FROM ocaml/opam-dev :alpine-3.5_ocaml-4.05.0
1+ FROM ocaml/opam2 :alpine
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
44ENV OPAMERRLOGLEN=0 OPAMYES=1
55
66RUN git -C /home/opam/opam-repository fetch origin && \
7- git -C /home/opam/opam-repository reset 818ebb219 --hard && \
7+ git -C /home/opam/opam-repository reset da99aec5e0ecc83bd86926b620eff45b99c82c26 --hard && \
88 opam update -u
99
1010RUN opam install alcotest lwt conf-libev inotify
Original file line number Diff line number Diff line change 1- FROM ocaml/opam-dev:alpine-3.5_ocaml-4.05.0
1+ FROM ocaml/opam2
22RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4
33
44ENV OPAMERRLOGLEN=0 OPAMYES=1
55
66RUN git -C /home/opam/opam-repository fetch origin && \
7- git -C /home/opam/opam-repository reset 818ebb219 --hard && \
7+ git -C /home/opam/opam-repository reset da99aec5e0ecc83bd86926b620eff45b99c82c26 --hard && \
88 opam update -u
99
1010RUN opam install alcotest lwt conf-libev inotify tls
1111
1212COPY check-libev.ml /tmp/check-libev.ml
13- RUN opam config exec -- ocaml /tmp/check-libev.ml
13+ RUN opam exec -- ocaml /tmp/check-libev.ml
1414
1515# cache opam install of dependencies
1616
@@ -32,7 +32,7 @@ RUN opam install datakit-bridge-github -ytv
3232
3333RUN sudo cp $(opam config exec -- which datakit-bridge-github) /usr/bin/
3434
35- FROM alpine:3.5
35+ FROM alpine:3.8
3636RUN apk add --no-cache libev gmp tzdata ca-certificates
3737EXPOSE 5640
3838EXPOSE 5641
You can’t perform that action at this time.
0 commit comments