mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-12-19 20:44:22 -05:00
Update to released shared-memory-ring
This commit is contained in:
parent
6fafa2f65a
commit
aca156f21b
@ -7,12 +7,11 @@ FROM ocaml/opam@sha256:17143ad95a2e944758fd9de6ee831e9af98367455cd273b17139c38dc
|
|||||||
# Pin last known-good version for reproducible builds.
|
# Pin last known-good version for reproducible builds.
|
||||||
# Remove this line (and the base image pin above) if you want to test with the
|
# Remove this line (and the base image pin above) if you want to test with the
|
||||||
# latest versions.
|
# latest versions.
|
||||||
RUN cd opam-repository && git reset --hard 26fc7c2d5eb5041b7348e28e8300d376a1c31a62 && opam update
|
RUN cd opam-repository && git fetch origin && git reset --hard 67ab04a9a142da70935c9fdf919bf09b517499c9 && opam update
|
||||||
|
|
||||||
RUN sudo apt-get install -y m4 libxen-dev
|
RUN sudo apt-get install -y m4 libxen-dev
|
||||||
# TODO: remove this once the new versions are released (smr>2.0.1 and mnx>1.7.1)
|
# TODO: remove this once the new versions are released (mnx>1.7.1)
|
||||||
RUN opam pin add -yn --dev netchannel
|
RUN opam pin add -yn --dev netchannel
|
||||||
RUN opam pin add -yn --dev shared-memory-ring
|
|
||||||
RUN opam install -y vchan xen-gnt mirage-xen-ocaml mirage-xen-minios io-page mirage-xen mirage mirage-nat mirage-qubes
|
RUN opam install -y vchan xen-gnt mirage-xen-ocaml mirage-xen-minios io-page mirage-xen mirage mirage-nat mirage-qubes
|
||||||
RUN mkdir /home/opam/qubes-mirage-firewall
|
RUN mkdir /home/opam/qubes-mirage-firewall
|
||||||
ADD config.ml /home/opam/qubes-mirage-firewall/config.ml
|
ADD config.ml /home/opam/qubes-mirage-firewall/config.ml
|
||||||
|
@ -21,6 +21,7 @@ let main =
|
|||||||
package "vchan";
|
package "vchan";
|
||||||
package "cstruct";
|
package "cstruct";
|
||||||
package "tcpip" ~sublibs:["stack-direct"; "xen"; "arpv4"] ~min:"3.1.0";
|
package "tcpip" ~sublibs:["stack-direct"; "xen"; "arpv4"] ~min:"3.1.0";
|
||||||
|
package "shared-memory-ring" ~min:"3.0.0";
|
||||||
package "mirage-net-xen";
|
package "mirage-net-xen";
|
||||||
package "mirage-qubes";
|
package "mirage-qubes";
|
||||||
package "mirage-nat";
|
package "mirage-nat";
|
||||||
|
Loading…
Reference in New Issue
Block a user