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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
openvpn
Commits
77e0edc3
Verified
Commit
77e0edc3
authored
Oct 29, 2019
by
micah
Browse files
Options
Downloads
Patches
Plain Diff
current master works now
parent
5134eda5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-6
1 addition, 6 deletions
Dockerfile
with
1 addition
and
6 deletions
Dockerfile
+
1
−
6
View file @
77e0edc3
...
@@ -6,12 +6,7 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
...
@@ -6,12 +6,7 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
# don't need to do bash tricks to keep the layers small, as this is a multi-stage build
# don't need to do bash tricks to keep the layers small, as this is a multi-stage build
ENV
GOPATH=/go
ENV
GOPATH=/go
WORKDIR
$GOPATH
WORKDIR
$GOPATH
RUN
mkdir
-p
$GOPATH
/src/github.com/OperatorFoundation
&&
cd
$GOPATH
/src/github.com/OperatorFoundation/
&&
\
RUN
go get
-u
github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher
git clone https://github.com/OperatorFoundation/shapeshifter-dispatcher.git
&&
\
cd
shapeshifter-dispatcher
&&
\
git reset
--hard
3eee4e2869a783c6f3a5baef279406d82c063f23
&&
\
cd
shapeshifter-dispatcher
&&
go get .
#RUN go get -u github.com/OperatorFoundation/shapeshifter-dispatcher/shapeshifter-dispatcher
RUN
strip
$GOPATH
/bin/shapeshifter-dispatcher
RUN
strip
$GOPATH
/bin/shapeshifter-dispatcher
FROM
registry.git.autistici.org/ai3/docker/chaperone-base
FROM
registry.git.autistici.org/ai3/docker/chaperone-base
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment