Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Release Engineering
Public
srpmproc
Commits
777015bb
Commit
777015bb
authored
Dec 17, 2020
by
Mustafa Gezen
Browse files
[docker] Add Dockerfile
parent
70a1ef3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
777015bb
FROM
golang:1.15.6-alpine
COPY
. /src
WORKDIR
/src
RUN
CGO_ENABLED
=
0
GOOS
=
linux
GOARCH
=
amd64 go build ./cmd/srpmproc
FROM
centos:8.3.2011
COPY
--from=0 /src/srpmproc /usr/bin/srpmproc
ENTRYPOINT
["/usr/bin/srpmproc"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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