Dockers
This commit is contained in:
parent
771f7381b9
commit
6a4e335782
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
cert/
|
8
images/dev-tris/Dockerfile
Normal file
8
images/dev-tris/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM buildpack-deps
|
||||||
|
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
|
ADD cert/privkey.pem /
|
||||||
|
ADD cert/fullchain.pem /
|
||||||
|
ADD bin/server /
|
||||||
|
CMD [ "/server", "-b", "0.0.0.0:443" ]
|
4
images/dev-tris/Makefile
Normal file
4
images/dev-tris/Makefile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
build:
|
||||||
|
docker build -t pq-t2 .
|
||||||
|
run:
|
||||||
|
docker run --name pq-t2 -p 50511:443 pq-t2
|
BIN
images/dev-tris/bin/server
Executable file
BIN
images/dev-tris/bin/server
Executable file
Binary file not shown.
8
images/gotls13-p1/Dockerfile
Normal file
8
images/gotls13-p1/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM buildpack-deps
|
||||||
|
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
|
#ADD cert/privkey.pem /
|
||||||
|
#ADD cert/fullchain.pem /
|
||||||
|
ADD bin/server /
|
||||||
|
CMD [ "/server", "-b", "0.0.0.0:443" ]
|
8
images/gotls13-p1/Makefile
Normal file
8
images/gotls13-p1/Makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
NAME=gotls13-p1
|
||||||
|
build:
|
||||||
|
docker build -t ${NAME} .
|
||||||
|
run:
|
||||||
|
docker run --detach --restart always --name ${NAME} -p 50600:443 ${NAME}
|
||||||
|
|
||||||
|
restart:
|
||||||
|
docker restart ${NAME}
|
BIN
images/gotls13-p1/bin/server
Executable file
BIN
images/gotls13-p1/bin/server
Executable file
Binary file not shown.
8
images/gotls13-r1/Dockerfile
Normal file
8
images/gotls13-r1/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM buildpack-deps
|
||||||
|
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
|
#ADD cert/privkey.pem /
|
||||||
|
#ADD cert/fullchain.pem /
|
||||||
|
ADD bin/server /
|
||||||
|
CMD [ "/server", "-b", "0.0.0.0:443" ]
|
8
images/gotls13-r1/Makefile
Normal file
8
images/gotls13-r1/Makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
NAME=gotls13-r1
|
||||||
|
build:
|
||||||
|
docker build -t ${NAME} .
|
||||||
|
run:
|
||||||
|
docker run --detach --restart always --name ${NAME} -p 50602:443 ${NAME}
|
||||||
|
|
||||||
|
restart:
|
||||||
|
docker restart ${NAME}
|
BIN
images/gotls13-r1/bin/server
Executable file
BIN
images/gotls13-r1/bin/server
Executable file
Binary file not shown.
8
images/prd-gotls13/Dockerfile
Normal file
8
images/prd-gotls13/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM buildpack-deps
|
||||||
|
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
|
#ADD cert/privkey.pem /
|
||||||
|
#ADD cert/fullchain.pem /
|
||||||
|
ADD bin/server /
|
||||||
|
CMD [ "/server", "-b", "0.0.0.0:443", "-enable_sidh" ]
|
7
images/prd-gotls13/Makefile
Normal file
7
images/prd-gotls13/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
build:
|
||||||
|
docker build -t pq-t1 .
|
||||||
|
run:
|
||||||
|
docker run --detach --restart always --name pq-t1 -p 50510:443 pq-t1
|
||||||
|
|
||||||
|
restart:
|
||||||
|
docker restart pq-t1
|
BIN
images/prd-gotls13/bin/server
Executable file
BIN
images/prd-gotls13/bin/server
Executable file
Binary file not shown.
8
images/tst-gotls13/Dockerfile
Normal file
8
images/tst-gotls13/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM buildpack-deps
|
||||||
|
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
|
#ADD cert/privkey.pem /
|
||||||
|
#ADD cert/fullchain.pem /
|
||||||
|
ADD bin/server /
|
||||||
|
CMD [ "/server", "-b", "0.0.0.0:443", "-enable_sidh" ]
|
7
images/tst-gotls13/Makefile
Normal file
7
images/tst-gotls13/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
build:
|
||||||
|
docker build -t pq-t1 .
|
||||||
|
run:
|
||||||
|
docker run --detach --restart always --name pq-t1 -p 50510:443 pq-t1
|
||||||
|
|
||||||
|
restart:
|
||||||
|
docker restart pq-t1
|
BIN
images/tst-gotls13/bin/server
Executable file
BIN
images/tst-gotls13/bin/server
Executable file
Binary file not shown.
8
images/tst-tris/Dockerfile
Normal file
8
images/tst-tris/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM buildpack-deps
|
||||||
|
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
|
#ADD cert/privkey.pem /
|
||||||
|
#ADD cert/fullchain.pem /
|
||||||
|
ADD bin/server /
|
||||||
|
CMD [ "/server", "-b", "0.0.0.0:443", "-enable_sidh" ]
|
7
images/tst-tris/Makefile
Normal file
7
images/tst-tris/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
build:
|
||||||
|
docker build -t pq-t1 .
|
||||||
|
run:
|
||||||
|
docker run --detach --restart always --name pq-t1 -p 50510:443 pq-t1
|
||||||
|
|
||||||
|
restart:
|
||||||
|
docker restart pq-t1
|
BIN
images/tst-tris/bin/server
Executable file
BIN
images/tst-tris/bin/server
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user