Added Split Dockerfile
+Seperate Dockerfiles for Base Image and Installation/Update +Added Script to build and push automatically
This commit is contained in:
11
Dockerfile_update
Normal file
11
Dockerfile_update
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM tabledevil/kaspersky:base
|
||||
LABEL maintainer="tabledevil"
|
||||
LABEL docker.cmd="docker run -it --rm -v /mnt/sdc1:/data tabledevil/kaspersky"
|
||||
RUN /opt/kaspersky/kesl/bin/kesl-setup.pl --autoinstall=/root/answer.txt ; true
|
||||
ADD answer.txt /root/answer.txt
|
||||
ADD start.sh /root/start.sh
|
||||
add readme /root/readme
|
||||
RUN chmod +x /root/start.sh
|
||||
ENTRYPOINT ["/root/start.sh"]
|
||||
CMD ["shell"]
|
||||
|
||||
Reference in New Issue
Block a user