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
G
GrammaTech
CodeSonar
codesonar-builder
Commits
4e9e353f
Commit
4e9e353f
authored
Aug 20, 2021
by
Mark Hermeling
Browse files
remove scripts as this is a builder
parent
5ad7c94d
Pipeline
#434686
failed with stages
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Dockerfile
Dockerfile
+2
-6
No files found.
Dockerfile
View file @
4e9e353f
...
@@ -61,13 +61,11 @@ RUN mkdir /home/codesonar/hub \
...
@@ -61,13 +61,11 @@ RUN mkdir /home/codesonar/hub \
#The following is needed as RH8 does not have libnsl.so.1
#The following is needed as RH8 does not have libnsl.so.1
RUN
ln
-s
/usr/lib64/libnsl.so.2 /usr/lib64/libnsl.so.1
RUN
ln
-s
/usr/lib64/libnsl.so.2 /usr/lib64/libnsl.so.1
COPY
scripts/* /opt/
RUN
chmod
+x /opt/codesonar-exec.sh
&&
\
chmod
+x /opt/codesonar-health-check.sh
VOLUME
[ /home/codesonar ]
VOLUME
[ /home/codesonar ]
HEALTHCHECK
--interval=30s --timeout=30s --start-period=180s --retries=3 CMD /opt/codesonar-health-check.sh
#
HEALTHCHECK --interval=30s --timeout=30s --start-period=180s --retries=3 CMD /opt/codesonar-health-check.sh
#adjust some options
#adjust some options
...
@@ -80,5 +78,3 @@ RUN touch /opt/codesonar/TELEMETRY_DISABLED
...
@@ -80,5 +78,3 @@ RUN touch /opt/codesonar/TELEMETRY_DISABLED
USER
codesonar
USER
codesonar
WORKDIR
/home/codesonar
WORKDIR
/home/codesonar
EXPOSE
7340/tcp
CMD
["sh", "-c", "/opt/codesonar-exec.sh"]
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