Skip to content

Commit

Permalink
Merge pull request #53 from bekriebel/master
Browse files Browse the repository at this point in the history
Update alpine & openvpn, fix PKI permissions
  • Loading branch information
pieterlange authored Dec 28, 2017
2 parents 2dbc660 + 550af42 commit dcf49a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Smallest base image
FROM alpine:3.6
FROM alpine:3.7

MAINTAINER Pieter Lange <[email protected]>

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
apk add --update openvpn=2.4.3-r0 \
apk add --update openvpn=2.4.4-r1 \
bash easy-rsa libintl inotify-tools openvpn-auth-pam google-authenticator pamtester && \
apk add --virtual temppkg gettext && \
cp /usr/bin/envsubst /usr/local/bin/envsubst && \
Expand Down
1 change: 1 addition & 0 deletions kube/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
- name: openvpn-pki
secret:
secretName: openvpn-pki
defaultMode: 0400
- name: openvpn-ccd
configMap:
name: openvpn-ccd
Expand Down

0 comments on commit dcf49a8

Please sign in to comment.