Compare commits
2 commits
9cb9fb2d61
...
ccf10748cd
Author | SHA1 | Date | |
---|---|---|---|
ccf10748cd | |||
6301e5faa7 |
9 changed files with 2 additions and 15 deletions
|
@ -112,4 +112,4 @@ jitsi-image-test-publish:
|
|||
<<: *tag_only
|
||||
stage: image
|
||||
script:
|
||||
- cd infrastructure/docker-jitsi-web && pyb image test publish
|
||||
- cd infrastructure/app && pyb image publish
|
||||
|
|
|
@ -26,7 +26,7 @@ def initialize(project):
|
|||
"image_tag": f"{image_tag}",
|
||||
}
|
||||
|
||||
project.build_depends_on("ddadevops>=4.0.0")
|
||||
project.build_depends_on("ddadevops>=4.7.0")
|
||||
|
||||
build = DevopsImageBuild(project, input)
|
||||
build.initialize_build_dir()
|
0
infrastructure/app/test/.keep
Normal file
0
infrastructure/app/test/.keep
Normal file
|
@ -1,11 +0,0 @@
|
|||
FROM c4k-jitsi
|
||||
|
||||
RUN apt update
|
||||
RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless
|
||||
|
||||
RUN curl -L -o /tmp/serverspec.jar \
|
||||
https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/releases/download/1.3.4/dda-serverspec-standalone.jar
|
||||
|
||||
COPY serverspec.edn /tmp/serverspec.edn
|
||||
|
||||
RUN java -jar /tmp/serverspec.jar /tmp/serverspec.edn -v
|
|
@ -1,2 +0,0 @@
|
|||
{:file [{:path "/usr/local/bin/install-debug.sh" :mod "700"}
|
||||
{:path "/defaults/settings-config.js" :mod "644"}]}
|
Loading…
Reference in a new issue