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
K
Kubeflow
metadata
metadata-frontend-0.1.8
Commits
be971f3d
Commit
be971f3d
authored
Aug 17, 2021
by
Elvis Chi
💬
Browse files
Merge branch 'update-base' into 'development'
Update base See merge request
!9
parents
6a6fc619
f316478a
Pipeline
#429915
passed with stages
in 10 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
be971f3d
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/opensource/nodejs/nodejs12
ARG
BASE_IMAGE=ironbank/opensource/nodejs/nodejs12
ARG
BASE_TAG=12.22.
3
ARG
BASE_TAG=12.22.
5
ARG
APP_NAME=metadata
ARG
APP_NAME=metadata
ARG
CONTAINER_NAME=metadata-frontend
ARG
CONTAINER_NAME=metadata-frontend
ARG
CONTAINER_VERSION=v0.1.8
ARG
CONTAINER_VERSION=v0.1.8
...
@@ -13,7 +13,7 @@ FROM kubeflow-images-public/metadata-frontend:v0.1.8 as base
...
@@ -13,7 +13,7 @@ FROM kubeflow-images-public/metadata-frontend:v0.1.8 as base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as final
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as final
USER
0
USER
0
ENV
LANG C.UTF-8
ENV
LANG C.UTF-8
ENV
NODE_VERSION=12.22.
3
ENV
NODE_VERSION=12.22.
5
ENV
YARN_VERSION=1.16.0
ENV
YARN_VERSION=1.16.0
COPY
--from=base /server /server
COPY
--from=base /server /server
COPY
--from=base /client /client
COPY
--from=base /client /client
...
...
hardening_manifest.yaml
View file @
be971f3d
...
@@ -11,7 +11,7 @@ tags:
...
@@ -11,7 +11,7 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
opensource/nodejs/nodejs12"
BASE_IMAGE
:
"
opensource/nodejs/nodejs12"
BASE_TAG
:
"
12.22.
3
"
BASE_TAG
:
"
12.22.
5
"
# 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