Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Cloud
MAS
clonemap
Commits
f825ae60
Commit
f825ae60
authored
Feb 05, 2021
by
Stefan Dähling
Browse files
docker file fix
parent
2d7a76ae
Pipeline
#404879
failed with stages
in 2 minutes and 39 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/docker/agency/Dockerfile
View file @
f825ae60
...
...
@@ -48,6 +48,7 @@ COPY go.sum .
RUN
go mod download
COPY
cmd/agency cmd/agency
COPY
pkg/agency pkg/agency
COPY
pkg/ams pkg/ams
COPY
pkg/logger/client pkg/logger/client
COPY
pkg/df/client pkg/df/client
COPY
pkg/schemas pkg/schemas
...
...
build/docker/benchmark/Dockerfile
View file @
f825ae60
...
...
@@ -47,6 +47,7 @@ COPY go.mod .
COPY
go.sum .
RUN
go mod download
COPY
pkg/agency pkg/agency
COPY
pkg/ams pkg/ams
COPY
pkg/logger/client pkg/logger/client
COPY
pkg/df/client pkg/df/client
COPY
pkg/schemas pkg/schemas
...
...
build/docker/frontend/Dockerfile
View file @
f825ae60
...
...
@@ -50,6 +50,7 @@ COPY cmd/frontend cmd/frontend
COPY
pkg/frontend pkg/frontend
COPY
pkg/common pkg/common
COPY
pkg/schemas pkg/schemas
COPY
pkg/ams pkg/ams
COPY
pkg/df/client pkg/df/client
COPY
pkg/logger/client pkg/logger/client
COPY
web web
...
...
build/docker/plugnplay/Dockerfile
View file @
f825ae60
...
...
@@ -48,6 +48,7 @@ COPY go.sum .
RUN
go mod download
COPY
cmd/plugnplay cmd/plugnplay
COPY
pkg/plugnplay pkg/plugnplay
COPY
pkg/ams pkg/ams
COPY
pkg/schemas pkg/schemas
COPY
pkg/common pkg/common
ENV
PATH="/clonemap:${PATH}"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment