File tree Expand file tree Collapse file tree
samples/calendar/docker/single Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM ham.apache
22
3- RUN echo ham.apache 4.1.0
3+ RUN echo ham.apache 4.1.1
44
55# Setup apache and php
66RUN apk add --no-cache \
Original file line number Diff line number Diff line change 11FROM ham.client
22
3- RUN echo ham.apache 4.1.0
3+ RUN echo ham.apache 4.1.1
44
55# Setup apache and php
66RUN apk --no-cache add apache2 apache2-ssl curl \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest
22RUN apk update
33RUN apk upgrade
44
5- RUN echo ham.base 4.1.0
5+ RUN echo ham.base 4.1.1
66
77ENV JAVA11_HOME /usr/lib/jvm/java-11-openjdk
88
Original file line number Diff line number Diff line change 11FROM ham.base
22
3- RUN echo ham.client 4.1.0
3+ RUN echo ham.client 4.1.1
44
55# Setup localdns
66RUN mkdir -p /etc/app/simpledns/
Original file line number Diff line number Diff line change 3131# docker run --privileged --cap-add SYS_ADMIN --cap-add DAC_READ_SEARCH --name myvpn myvpn
3232FROM ham.base:latest
3333
34- RUN echo openforti 4.1.0
34+ RUN echo openforti 4.1.1
3535
3636COPY --from=builder /usr/bin/openfortivpn /usr/bin/
3737# /go/bin/glider
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ubuntu:latest
44RUN apt-get update
55RUN apt-get upgrade -y
66
7- RUN echo 4.1.0
7+ RUN echo 4.1.1
88
99# Block timezone request prompt
1010ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/Rome"
Original file line number Diff line number Diff line change 11FROM ham.base
22
3- RUN echo 4.1.0
3+ RUN echo 4.1.1
44
55COPY data/ham.sh /etc/app/ham/
66COPY data/app /etc/app/ham/app/
Original file line number Diff line number Diff line change 11FROM ham.client
22
3- RUN echo 4.1.0
3+ RUN echo 4.1.1
44
55ENV TIMEZONE=Europe/Paris
66ENV MYSQL_ROOT_PASSWORD=root
Original file line number Diff line number Diff line change 11FROM ham.base
22
33
4- RUN echo 4.1.0
4+ RUN echo 4.1.1
55
66# Testing: pamtester
77RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
Original file line number Diff line number Diff line change 11FROM ham.master
22
3- RUN echo 4.1.0
3+ RUN echo 4.1.1
44
55COPY data/*.* /etc/app/dns/
66RUN chmod +x /etc/app/dns/*.sh
You can’t perform that action at this time.
0 commit comments