edge-containers-cli 4.4.0__tar.gz → 4.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.copier-answers.yml +1 -1
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.devcontainer/devcontainer.json +1 -1
- edge_containers_cli-4.4.2/.dockerignore +4 -0
- edge_containers_cli-4.4.2/.github/workflows/_container.yml +60 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/ci.yml +8 -0
- edge_containers_cli-4.4.2/Dockerfile +17 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/PKG-INFO +2 -3
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/README.md +1 -2
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/_version.py +2 -2
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/PKG-INFO +2 -3
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/SOURCES.txt +2 -0
- edge_containers_cli-4.4.0/Dockerfile +0 -13
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/CONTRIBUTING.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/actions/install_requirements/action.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/dependabot.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/pages/index.html +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/pages/make_switcher.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/_check.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/_dist.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/_pypi.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/_release.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/_test.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/workflows/_tox.yml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.gitignore +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.pre-commit-config.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.vscode/extensions.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.vscode/launch.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.vscode/settings.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.vscode/tasks.json +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/LICENSE +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/conf.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/explanations/decisions.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/build-docs.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/contribute.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/lint.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/make-release.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/run-tests.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/test-container.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/update-tools.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/index.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/reference/standards.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/genindex.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/images/dls-favicon.ico +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/images/dls-logo.svg +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/images/ec-logs.png +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/images/ec-web.png +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/index.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/explanations/docs-structure.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/how-to/run-container.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/index.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/reference/api.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/tutorials/installation.rst +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/pyproject.toml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/setup.cfg +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/__init__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/__main__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/backend.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cli.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/argo_commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/demo_commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/monitor.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/definitions.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/git.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/globals.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/logging.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/shell.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/utils.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/__init__.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/conftest.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/argocd.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-deployment/apps/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-01/Chart.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.db +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-01/templates/configmap.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-01/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-02/Chart.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/bl01t-ea-test-02/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/dls-aravis/Chart.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/dls-aravis/config/ioc.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/dls-aravis/templates/configmap.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/dls-aravis/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-services/services/values.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/cli.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/k8s.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/yaml.yaml +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/test_argocd.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/test_cli.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/test_demo.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/test_k8s.py +0 -0
- {edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/test_unit.py +0 -0
|
@@ -5,7 +5,7 @@ author_email: giles.knap@gmail.com
|
|
|
5
5
|
author_name: Giles Knap
|
|
6
6
|
description: CLI for deploying and managing epics containers IOCs and services
|
|
7
7
|
distribution_name: edge-containers-cli
|
|
8
|
-
docker:
|
|
8
|
+
docker: true
|
|
9
9
|
docs_type: README
|
|
10
10
|
git_platform: github.com
|
|
11
11
|
github_org: epics-containers
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"features": {
|
|
31
31
|
// add in eternal history and other bash features
|
|
32
|
-
"ghcr.io/diamondlightsource/devcontainer-features/bash-config:1
|
|
32
|
+
"ghcr.io/diamondlightsource/devcontainer-features/bash-config:1": {}
|
|
33
33
|
},
|
|
34
34
|
// Create the config folder for the bash-config feature
|
|
35
35
|
"initializeCommand": "mkdir -p ${localEnv:HOME}/.config/bash-config",
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
on:
|
|
2
|
+
workflow_call:
|
|
3
|
+
|
|
4
|
+
jobs:
|
|
5
|
+
build:
|
|
6
|
+
runs-on: ubuntu-latest
|
|
7
|
+
|
|
8
|
+
steps:
|
|
9
|
+
- name: Checkout
|
|
10
|
+
uses: actions/checkout@v4
|
|
11
|
+
with:
|
|
12
|
+
# Need this to get version number from last tag
|
|
13
|
+
fetch-depth: 0
|
|
14
|
+
|
|
15
|
+
- name: Set up Docker Buildx
|
|
16
|
+
id: buildx
|
|
17
|
+
uses: docker/setup-buildx-action@v3
|
|
18
|
+
|
|
19
|
+
- name: Log in to GitHub Docker Registry
|
|
20
|
+
if: github.event_name != 'pull_request'
|
|
21
|
+
uses: docker/login-action@v3
|
|
22
|
+
with:
|
|
23
|
+
registry: ghcr.io
|
|
24
|
+
username: ${{ github.actor }}
|
|
25
|
+
password: ${{ secrets.GITHUB_TOKEN }}
|
|
26
|
+
|
|
27
|
+
- name: Build and export to Docker local cache
|
|
28
|
+
uses: docker/build-push-action@v6
|
|
29
|
+
env:
|
|
30
|
+
DOCKER_BUILD_RECORD_UPLOAD: false
|
|
31
|
+
with:
|
|
32
|
+
context: .
|
|
33
|
+
# Need load and tags so we can test it below
|
|
34
|
+
load: true
|
|
35
|
+
tags: tag_for_testing
|
|
36
|
+
|
|
37
|
+
- name: Test cli works in cached runtime image
|
|
38
|
+
run: docker run --rm tag_for_testing --version
|
|
39
|
+
|
|
40
|
+
- name: Create tags for publishing image
|
|
41
|
+
id: meta
|
|
42
|
+
uses: docker/metadata-action@v5
|
|
43
|
+
with:
|
|
44
|
+
images: ghcr.io/${{ github.repository }}
|
|
45
|
+
tags: |
|
|
46
|
+
type=ref,event=tag
|
|
47
|
+
type=raw,value=latest
|
|
48
|
+
|
|
49
|
+
- name: Push cached image to container registry
|
|
50
|
+
if: github.ref_type == 'tag'
|
|
51
|
+
uses: docker/build-push-action@v6
|
|
52
|
+
env:
|
|
53
|
+
DOCKER_BUILD_RECORD_UPLOAD: false
|
|
54
|
+
# This does not build the image again, it will find the image in the
|
|
55
|
+
# Docker cache and publish it
|
|
56
|
+
with:
|
|
57
|
+
context: .
|
|
58
|
+
push: true
|
|
59
|
+
tags: ${{ steps.meta.outputs.tags }}
|
|
60
|
+
labels: ${{ steps.meta.outputs.labels }}
|
|
@@ -34,6 +34,14 @@ jobs:
|
|
|
34
34
|
secrets:
|
|
35
35
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
|
36
36
|
|
|
37
|
+
container:
|
|
38
|
+
needs: check
|
|
39
|
+
if: needs.check.outputs.branch-pr == ''
|
|
40
|
+
uses: ./.github/workflows/_container.yml
|
|
41
|
+
permissions:
|
|
42
|
+
contents: read
|
|
43
|
+
packages: write
|
|
44
|
+
|
|
37
45
|
dist:
|
|
38
46
|
needs: check
|
|
39
47
|
if: needs.check.outputs.branch-pr == ''
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# This container is used for deploying ec as an apptainer container including
|
|
2
|
+
# the CLI tools it uses. See https://github.com/DiamondLightSource/deploy-tools
|
|
3
|
+
ARG PYTHON_VERSION=3.12
|
|
4
|
+
FROM python:${PYTHON_VERSION} AS developer
|
|
5
|
+
|
|
6
|
+
# Set up a virtual environment and put it in PATH
|
|
7
|
+
RUN python -m venv /venv
|
|
8
|
+
ENV PATH=/venv/bin:$PATH
|
|
9
|
+
|
|
10
|
+
# install the context into the venv
|
|
11
|
+
COPY . /context
|
|
12
|
+
WORKDIR /context
|
|
13
|
+
RUN touch dev-requirements.txt && \
|
|
14
|
+
pip install -c dev-requirements.txt .
|
|
15
|
+
|
|
16
|
+
ENTRYPOINT ["ec"]
|
|
17
|
+
CMD ["--version"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edge-containers-cli
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.2
|
|
4
4
|
Summary: CLI for deploying and managing epics containers IOCs and services
|
|
5
5
|
Author-email: Giles Knap <giles.knap@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -258,8 +258,7 @@ PyPI | `pip install edge-containers-cli`
|
|
|
258
258
|
Releases | <https://github.com/epics-containers/edge-containers-cli/releases>
|
|
259
259
|
|
|
260
260
|
|
|
261
|
-
To discover the CLI commands, create a python virtual environment,
|
|
262
|
-
and perform the following:
|
|
261
|
+
To discover the CLI commands, create a python virtual environment, and perform the following:
|
|
263
262
|
|
|
264
263
|
pip install edge-containers-cli
|
|
265
264
|
ec --version
|
|
@@ -22,8 +22,7 @@ PyPI | `pip install edge-containers-cli`
|
|
|
22
22
|
Releases | <https://github.com/epics-containers/edge-containers-cli/releases>
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
To discover the CLI commands, create a python virtual environment,
|
|
26
|
-
and perform the following:
|
|
25
|
+
To discover the CLI commands, create a python virtual environment, and perform the following:
|
|
27
26
|
|
|
28
27
|
pip install edge-containers-cli
|
|
29
28
|
ec --version
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edge-containers-cli
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.2
|
|
4
4
|
Summary: CLI for deploying and managing epics containers IOCs and services
|
|
5
5
|
Author-email: Giles Knap <giles.knap@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -258,8 +258,7 @@ PyPI | `pip install edge-containers-cli`
|
|
|
258
258
|
Releases | <https://github.com/epics-containers/edge-containers-cli/releases>
|
|
259
259
|
|
|
260
260
|
|
|
261
|
-
To discover the CLI commands, create a python virtual environment,
|
|
262
|
-
and perform the following:
|
|
261
|
+
To discover the CLI commands, create a python virtual environment, and perform the following:
|
|
263
262
|
|
|
264
263
|
pip install edge-containers-cli
|
|
265
264
|
ec --version
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli.egg-info/SOURCES.txt
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
.copier-answers.yml
|
|
2
|
+
.dockerignore
|
|
2
3
|
.gitignore
|
|
3
4
|
.pre-commit-config.yaml
|
|
4
5
|
Dockerfile
|
|
@@ -15,6 +16,7 @@ pyproject.toml
|
|
|
15
16
|
.github/pages/index.html
|
|
16
17
|
.github/pages/make_switcher.py
|
|
17
18
|
.github/workflows/_check.yml
|
|
19
|
+
.github/workflows/_container.yml
|
|
18
20
|
.github/workflows/_dist.yml
|
|
19
21
|
.github/workflows/_pypi.yml
|
|
20
22
|
.github/workflows/_release.yml
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# The devcontainer should use the developer target and run as root with podman
|
|
2
|
-
# or docker with user namespaces.
|
|
3
|
-
ARG PYTHON_VERSION=3.11
|
|
4
|
-
FROM python:${PYTHON_VERSION} AS developer
|
|
5
|
-
|
|
6
|
-
# Add any system dependencies for the developer/build environment here
|
|
7
|
-
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
8
|
-
graphviz \
|
|
9
|
-
&& rm -rf /var/lib/apt/lists/*
|
|
10
|
-
|
|
11
|
-
# Set up a virtual environment and put it in PATH
|
|
12
|
-
RUN python -m venv /venv
|
|
13
|
-
ENV PATH=/venv/bin:$PATH
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/explanations/decisions.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/build-docs.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/contribute.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/make-release.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/pin-requirements.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/static-analysis.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/test-container.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/how-to/update-tools.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/reference/standards.rst
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/developer/tutorials/dev-install.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/explanations/docs-structure.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/docs/user/tutorials/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/autocomplete.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/helm.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/k8s_commands.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/monitor.py
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/cmds/monitor.tcss
RENAMED
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/src/edge_containers_cli/definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-4.4.0 → edge_containers_cli-4.4.2}/tests/data/bl01t-deployment/apps/values.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|