-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule docker-aem
updated
9 files
+103 −0 | .github/workflows/build.yml | |
+0 −2 | .gitignore | |
+0 −89 | .travis.yml | |
+1 −1 | Dockerfile | |
+44 −41 | README.md | |
+1 −0 | requirements.txt | |
+24 −0 | scripts/githublatest.awk | |
+8 −0 | test/playbook.yml | |
+120 −0 | test/run_tests.sh |
Submodule docker-centos-java-buildpack
updated
4 files
+50 −0 | .github/workflows/build.yml | |
+13 −7 | Dockerfile | |
+1 −1 | README.md | |
+114 −0 | test/run_tests.sh |
Submodule docker-dispatcher
updated
22 files
+22 −0 | .editorconfig | |
+25 −0 | .gitattributes | |
+62 −0 | .github/workflows/build.yml | |
+14 −0 | .gitignore | |
+0 −45 | .travis.yml | |
+9 −4 | Dockerfile | |
+5 −2 | README.md | |
+2 −2 | author/configs/dispatcher.conf | |
+10 −7 | author/configs/dispatcher.filter.any | |
+3 −3 | author/configs/dispatcher.renders.any | |
+38 −12 | docker-compose.yml | |
+39 −39 | httpd/httpd.conf | |
+13 −4 | publish/configs/dispatcher.any | |
+44 −0 | publish/configs/dispatcher.authchecker.any | |
+2 −2 | publish/configs/dispatcher.cacherules.any | |
+2 −1 | publish/configs/dispatcher.clientheaders.any | |
+2 −2 | publish/configs/dispatcher.conf | |
+19 −4 | publish/configs/dispatcher.filter.any | |
+2 −2 | publish/configs/dispatcher.invalidate.any | |
+3 −3 | publish/configs/dispatcher.renders.any | |
+8 −0 | test/playbook.yml | |
+153 −0 | test/run_tests.sh |
Submodule docker-jenkins-base
updated
10 files
+18 −11 | .travis.yml | |
+40 −22 | Dockerfile | |
+84 −2 | README.md | |
+0 −9 | docker-compose.org.yml | |
+0 −19 | docker-compose.yml | |
+114 −30 | install-plugins.sh | |
+65 −9 | jenkins-support | |
+17 −2 | jenkins.sh | |
+0 −121 | plugins.sh | |
+50 −0 | plugins.txt |