remove script, fix whitespace
This commit is contained in:
parent
f6aab49533
commit
707ccd961d
14
README.md
14
README.md
@ -15,13 +15,13 @@
|
|||||||
## Build Info (Image tree)
|
## Build Info (Image tree)
|
||||||
```
|
```
|
||||||
infraonly (base image with ubuntu:18.04)
|
infraonly (base image with ubuntu:18.04)
|
||||||
+---> minimal
|
+---> minimal
|
||||||
+---> basic
|
+---> basic
|
||||||
+---> small
|
+---> small
|
||||||
+---> context
|
+---> context
|
||||||
+---> gust
|
+---> gust
|
||||||
+---> medium
|
+---> medium
|
||||||
+---> tetex
|
+---> tetex
|
||||||
+---> full
|
+---> full
|
||||||
```
|
```
|
||||||
|
|
||||||
|
18
script.bat
18
script.bat
@ -1,18 +0,0 @@
|
|||||||
docker build -t icaotix/latex:infraonly -f Dockerfile.infraonly .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:minimal -f Dockerfile.minimal .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:basic -f Dockerfile.basic .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:small -f Dockerfile.small .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:context -f Dockerfile.context .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:gust -f Dockerfile.gust .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:medium -f Dockerfile.medium .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:tetex -f Dockerfile.tetex .
|
|
||||||
|
|
||||||
docker build -t icaotix/latex:full -f Dockerfile.full .
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user