This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git.
from f1979f5 releng: Use Parent POM 47
new a082e11 SLING-9638 - Update Starter Docker image to be based on the
feature model
new eeee699 SLING-9638 - Update Starter Docker image to be based on the
feature model
new fcbb2f8 SLING-9638 - Update Starter Docker image to be based on the
feature model
new c10369a SLING-9638 - Update Starter Docker image to be based on the
feature model
new 9073012 SLING-9638 - Update Starter Docker image to be based on the
feature model
new 4657556 SLING-9638 - Update Starter Docker image to be based on the
feature model
new fb83a84 SLING-9638 - Update Starter Docker image to be based on the
feature model
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
scripts/oak-upgrade.sh => Dockerfile | 35 ++++++++---
README.md | 26 ++++++++
.../docker-compose-mongodb.yaml | 24 +++++---
.../docker-compose-tar.yaml | 20 +++---
scripts/oak-upgrade.sh => hooks/pre_build | 13 +---
pom.xml | 71 +++++++++++++++-------
.../main/container/bin/launch.sh | 28 ++++++---
src/main/features/boot.json | 7 ++-
src/main/features/docker/docker.json | 7 +++
.../oak/persistence/oak_persistence_mongods.json | 5 +-
10 files changed, 163 insertions(+), 73 deletions(-)
copy scripts/oak-upgrade.sh => Dockerfile (51%)
mode change 100755 => 100644
copy scripts/oak-upgrade.sh => docker/docker-compose-mongodb.yaml (66%)
mode change 100755 => 100644
copy scripts/oak-upgrade.sh => docker/docker-compose-tar.yaml (66%)
mode change 100755 => 100644
copy scripts/oak-upgrade.sh => hooks/pre_build (67%)
copy scripts/oak-upgrade.sh => src/main/container/bin/launch.sh (56%)
create mode 100644 src/main/features/docker/docker.json