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
common
kflogin-ui-v0.5.0
Commits
de858a55
Commit
de858a55
authored
May 04, 2021
by
Daniel Etrata
Browse files
Uncomment pipeline specific code
parent
1d351beb
Pipeline
#244434
failed with stages
in 106 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Dockerfile
Dockerfile
+5
-6
No files found.
Dockerfile
View file @
de858a55
...
...
@@ -12,8 +12,7 @@ RUN dnf upgrade -y && \
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
COPY
--from=source /app /app
COPY
artifacts/tgz/ /tgz
# COPY . /tgz
COPY
. /tgz
RUN
cd
/app
;
\
find /tgz
-type
f
-print
-exec
npm cache add
{}
\;
...
...
@@ -31,7 +30,7 @@ RUN chown common-kflogin:common-kflogin $ENTRYPOINT_EXEC
RUN
chmod
+x
$ENTRYPOINT_EXEC
&&
\
find /app/node_modules
-type
f
\(
-iname
\*
.key
-o
-iname
\*
.pem
-o
-iname
\*
.priv
\)
-exec
rm
-f
{}
\;
RUN
chown
common-kflogin:common-kflogin /home/node
#
USER common-kflogin
#
##### END PERMISSION REQUIREMENTS #####
#
HEALTHCHECK CMD curl --fail http://localhost:5000 || exit 1
#
CMD /app/node_modules/.bin/ecstatic build --port 5000 --baseDir kflogin
USER
common-kflogin
##### END PERMISSION REQUIREMENTS #####
HEALTHCHECK
CMD curl --fail http://localhost:5000 || exit 1
CMD
/app/node_modules/.bin/ecstatic build --port 5000 --baseDir kflogin
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