Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Merge requests
!4
multi-stage dockerbuild, so openvpn needs to be added later
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
multi-stage dockerbuild, so openvpn needs to be added later
kwadronaut/openvpn:offload
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
kwadronaut
requested to merge
kwadronaut/openvpn:offload
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
5694c54c
Show latest version
1 file
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
5694c54c
multi-stage dockerbuild, so openvpn needs to be added later
· 5694c54c
kwadronaut
authored
5 years ago
Dockerfile
+
7
−
2
Options
@@ -9,9 +9,14 @@ WORKDIR $GOPATH
RUN
go get
-u
github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher
RUN
strip
$GOPATH
/bin/shapeshifter-dispatcher
RUN
update-alternatives
--set
iptables /usr/sbin/iptables-legacy
FROM
registry.git.autistici.org/ai3/docker/chaperone-base
RUN
apt-get
-q
update
&&
env
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
--no-install-recommends
\
openvpn netcat-openbsd iptables
\
&&
rm
-rf
/var/lib/apt/lists/
*
# needed for buster, but chaperone-base image is still stretch
#RUN update-alternatives --set iptables /usr/sbin/iptables-legacy
COPY
--from=build /go/bin/shapeshifter-dispatcher /usr/local/bin/shapeshifter-dispatcher
COPY
chaperone.d/ /etc/chaperone.d
Loading