Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
danet
quant
Commits
8b4c6276
Commit
8b4c6276
authored
1 year ago
by
Neil-Jocelyn Schark
Browse files
Options
Downloads
Patches
Plain Diff
Make docker files more similar
See merge request
!127
parent
f30f5923
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!127
Make docker files more similar
Pipeline
#195004
passed
1 year ago
Stage: build
Stage: test
Stage: analyze
Stage: build-latest
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
akms-simulator/Dockerfile
+1
-0
1 addition, 0 deletions
akms-simulator/Dockerfile
etsi14module/Dockerfile
+6
-0
6 additions, 0 deletions
etsi14module/Dockerfile
goKMS/Dockerfile
+1
-4
1 addition, 4 deletions
goKMS/Dockerfile
with
8 additions
and
4 deletions
akms-simulator/Dockerfile
+
1
−
0
View file @
8b4c6276
...
...
@@ -3,6 +3,7 @@ ARG BUILDARGS
ARG
GITLAB_PROXY
FROM
${GITLAB_PROXY}golang:$GOLANG_VERSION-bookworm
as
builder
RUN
apt-get update
&&
apt-get upgrade
-y
WORKDIR
/app/
COPY
. .
...
...
This diff is collapsed.
Click to expand it.
etsi14module/Dockerfile
+
6
−
0
View file @
8b4c6276
...
...
@@ -4,6 +4,8 @@ ARG GITLAB_PROXY
FROM
${GITLAB_PROXY}golang:$GOLANG_VERSION-bookworm
as
builder
RUN
apt-get update
&&
apt-get upgrade
-y
WORKDIR
/app/
COPY
. .
RUN
--mount
=
type
=
cache,target
=
/root/go/pkg/mod
\
...
...
@@ -11,6 +13,10 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \
make build-etsi14module
FROM
${GITLAB_PROXY}debian:bookworm-slim
RUN
apt-get update
&&
apt-get upgrade
-y
WORKDIR
/app/
COPY
--from=builder /app/artifacts/etsi14module ./etsi14module
EXPOSE
1414
ENTRYPOINT
["./etsi14module"]
This diff is collapsed.
Click to expand it.
goKMS/Dockerfile
+
1
−
4
View file @
8b4c6276
...
...
@@ -15,11 +15,8 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \
FROM
${GITLAB_PROXY}debian:12-slim
as
debian
RUN
apt-get update
&&
apt-get upgrade
-y
RUN
apt-get
install
-y
iproute2
RUN
apt-get
install
-y
iputils-ping
RUN
apt-get
install
-y
openssh-client openssh-server
RUN
apt-get
install
-y
libssl-dev
COPY
--from=builder app/artifacts/goKMS /usr/bin/goKMS
EXPOSE
7030
EXPOSE
50900
ENTRYPOINT
["/usr/bin/goKMS"]
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