Add build scripts for docker container
This commit is contained in:
parent
303bfaec4f
commit
9e9a6ab026
4
doc/docker/Dockerfile
Normal file
4
doc/docker/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM debian:stable
|
||||||
|
|
||||||
|
RUN apt update && apt install -y ruby-rubygems make
|
||||||
|
RUN gem install asciidoctor asciidoctor-diagram
|
3
doc/docker/build.sh
Normal file
3
doc/docker/build.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker build -t git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.0
|
5
doc/docker/upload.sh
Normal file
5
doc/docker/upload.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker login
|
||||||
|
docker upload git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.0
|
||||||
|
docker logout
|
Loading…
Reference in a new issue