UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
fluxcd
source-controller
Commits
1eb642d5
Commit
1eb642d5
authored
Aug 06, 2021
by
sean.melissari
Browse files
go v1.16.7
parent
789f7e7c
Pipeline
#409886
passed with stages
in 12 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+6
-2
hardening_manifest.yaml
hardening_manifest.yaml
+2
-0
No files found.
Dockerfile
View file @
1eb642d5
...
@@ -2,11 +2,15 @@ ARG BASE_REGISTRY=registry1.dso.mil
...
@@ -2,11 +2,15 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.4
ARG
BASE_TAG=8.4
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
ARG
GOLANG_IMAGE=ironbank/google/golang/golang-1.16
ARG
GOLANG_TAG=1.16.7
FROM
${BASE_REGISTRY}/${GOLANG_IMAGE}:${GOLANG_TAG} as build
USER
root
COPY
libgit2.tar.gz /
COPY
libgit2.tar.gz /
RUN
dnf
install
-y
cmake gcc
golang
make openssl-devel python3
&&
\
RUN
dnf
install
-y
cmake gcc make openssl-devel python3
&&
\
mkdir
-p
/usr/local/src/libgit2/build
&&
\
mkdir
-p
/usr/local/src/libgit2/build
&&
\
tar
-zxf
/libgit2.tar.gz
-C
/usr/local/src/libgit2
--strip-components
=
1
&&
\
tar
-zxf
/libgit2.tar.gz
-C
/usr/local/src/libgit2
--strip-components
=
1
&&
\
cd
/usr/local/src/libgit2/build
&&
\
cd
/usr/local/src/libgit2/build
&&
\
...
...
hardening_manifest.yaml
View file @
1eb642d5
...
@@ -15,6 +15,8 @@ tags:
...
@@ -15,6 +15,8 @@ tags:
args
:
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.4"
BASE_TAG
:
"
8.4"
GOLANG_IMAGE
:
"
google/golang/golang-1.16"
GOLANG_TAG
:
"
1.16.7"
# Docker image labels
# Docker image labels
labels
:
labels
:
...
...
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