This is an automated email from the ASF dual-hosted git repository.
rlenferink pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 886f2fde Merge pull request #698 from
apache/hotfix/system-clock-replace
add 21cf541f Add Gitpod and Ubuntu dev containers with Celix dependencies
new 2a5058f7 Merge pull request #656 from apache/feature/add-dev-container
The 1 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:
.gitignore | 1 +
.gitignore => .gitpod.yml | 25 +++-----
README.md | 1 +
container/Containerfile.gitpod | 64 +++++++++++++++++++
container/Containerfile.ubuntu | 71 ++++++++++++++++++++++
container/README.md | 56 +++++++++++++++++
.../build-ubuntu-container.sh | 31 +++++-----
container/start-ubuntu-container.sh | 48 +++++++++++++++
.../support-scripts/build-all.sh | 28 ++++-----
9 files changed, 273 insertions(+), 52 deletions(-)
copy .gitignore => .gitpod.yml (79%)
create mode 100644 container/Containerfile.gitpod
create mode 100644 container/Containerfile.ubuntu
create mode 100644 container/README.md
copy bundles/pubsub/examples/pubsub/msg_descriptors/poi1.properties =>
container/build-ubuntu-container.sh (57%)
mode change 100644 => 100755
create mode 100755 container/start-ubuntu-container.sh
copy .gitignore => container/support-scripts/build-all.sh (73%)
mode change 100644 => 100755