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-hub
Commits
b2d4b9f8
Commit
b2d4b9f8
authored
Aug 24, 2021
by
Mark Hermeling
Browse files
The [ and ] on the VOLUME line are not needed and causing problems when launching the container
parent
d56fc3ec
Pipeline
#440862
passed with stages
in 27 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
b2d4b9f8
...
@@ -65,7 +65,7 @@ COPY scripts/* /opt/
...
@@ -65,7 +65,7 @@ COPY scripts/* /opt/
RUN
chmod
+x /opt/codesonar-exec.sh
&&
\
RUN
chmod
+x /opt/codesonar-exec.sh
&&
\
chmod
+x /opt/codesonar-health-check.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
...
...
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