Update docker tests
This commit is contained in:
parent
af83a253e6
commit
e4d423df03
2 changed files with 9 additions and 4 deletions
|
@ -5,4 +5,4 @@ RUN curl -L -o /tmp/serverspec.jar \
|
||||||
|
|
||||||
COPY serverspec.edn /tmp/serverspec.edn
|
COPY serverspec.edn /tmp/serverspec.edn
|
||||||
|
|
||||||
RUN java -jar /tmp/serverspec.jar /tmp/serverspec.edn -v
|
RUN java -jar /tmp/serverspec.jar /tmp/serverspec.edn
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
{:file [{:path "/app/entrypoint.sh"}
|
{:file [{:path "/app"}
|
||||||
{:path "/var/jira"}
|
{:path "/opt/atlassian-jira-software-standalone"}
|
||||||
{:path "/opt/atlassian-jira-software-standalone"}]}
|
{:path "/app/entrypoint.sh" :mod "744"}
|
||||||
|
{:path "/opt/atlassian-jira-software-standalone/bin/setenv.sh" :mod "744"}
|
||||||
|
{:path "/app/dbconfig.xml" :mod "660"}
|
||||||
|
{:path "/opt/atlassian-jira-software-standalone/conf/server.xml" :mod "660"}
|
||||||
|
{:path "/opt/atlassian-jira-software-standalone/conf/logging.properties" :mod "660"}
|
||||||
|
{:path "/var/jira"}]}
|
||||||
|
|
Reference in a new issue