This is an automated email from the ASF dual-hosted git repository.
msciabarra pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/openserverless-devcontainer.git
from 9657602 Add initial DevContainer README section
new 2f7d4d5 initial commit
new 4e69ae5 build and push
The 2 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:
.github/workflows/build-and-push.yml | 63 +
Dockerfile | 56 +
olaris-tk/.gitignore | 15 +
olaris-tk/cli/.gitignore | 3 +
olaris-tk/cli/.python-version | 1 +
olaris-tk/cli/README.md | 2 +
olaris-tk/cli/_empty | 0
olaris-tk/cli/main.py | 6 +
olaris-tk/cli/profile_default/ipython_config.py | 1380 ++++++++++++++++++++
olaris-tk/cli/profile_default/startup/00-chdir.ipy | 8 +
olaris-tk/cli/profile_default/startup/01-opsenv.py | 25 +
olaris-tk/cli/profile_default/startup/README | 11 +
olaris-tk/cli/pyproject.toml | 10 +
olaris-tk/cli/uv.lock | 223 ++++
olaris-tk/docopts.md | 13 +
olaris-tk/findimg.js | 40 +
olaris-tk/opsfile.yml | 172 +++
olaris-tk/pg/.python-version | 1 +
olaris-tk/pg/docopts.md | 25 +
olaris-tk/pg/main.py | 90 ++
olaris-tk/pg/opsfile.yml | 75 ++
olaris-tk/pg/pyproject.toml | 7 +
olaris-tk/pg/uv.lock | 8 +
olaris-tk/prereq.yml | 88 ++
olaris-tk/stream.py | 30 +
start-ssh.sh | 10 +
26 files changed, 2362 insertions(+)
create mode 100644 .github/workflows/build-and-push.yml
create mode 100644 Dockerfile
create mode 100644 olaris-tk/.gitignore
create mode 100644 olaris-tk/cli/.gitignore
create mode 100644 olaris-tk/cli/.python-version
create mode 100644 olaris-tk/cli/README.md
create mode 100644 olaris-tk/cli/_empty
create mode 100644 olaris-tk/cli/main.py
create mode 100644 olaris-tk/cli/profile_default/ipython_config.py
create mode 100644 olaris-tk/cli/profile_default/startup/00-chdir.ipy
create mode 100644 olaris-tk/cli/profile_default/startup/01-opsenv.py
create mode 100644 olaris-tk/cli/profile_default/startup/README
create mode 100644 olaris-tk/cli/pyproject.toml
create mode 100644 olaris-tk/cli/uv.lock
create mode 100644 olaris-tk/docopts.md
create mode 100644 olaris-tk/findimg.js
create mode 100644 olaris-tk/opsfile.yml
create mode 100644 olaris-tk/pg/.python-version
create mode 100644 olaris-tk/pg/docopts.md
create mode 100644 olaris-tk/pg/main.py
create mode 100644 olaris-tk/pg/opsfile.yml
create mode 100644 olaris-tk/pg/pyproject.toml
create mode 100644 olaris-tk/pg/uv.lock
create mode 100644 olaris-tk/prereq.yml
create mode 100644 olaris-tk/stream.py
create mode 100755 start-ssh.sh