Initial commit

This commit is contained in:
Johannes Feichtner
2022-06-19 21:31:48 +02:00
commit cbe7fd719f
14 changed files with 1905 additions and 0 deletions

9
build/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM lamw/vibauthor
# Copy all files to the container
COPY . letsencrypt-esxi
# Run VIB build script
RUN /bin/bash letsencrypt-esxi/build/create_vib.sh
CMD ["/bin/bash"]