├── .github └── workflows │ └── docker-image.yml ├── Dockerfile ├── README.md ├── ds-debug-tools.yaml └── entrypoint.sh /.github/workflows/docker-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnaud/talos-debug-tools/HEAD/.github/workflows/docker-image.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnaud/talos-debug-tools/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnaud/talos-debug-tools/HEAD/README.md -------------------------------------------------------------------------------- /ds-debug-tools.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnaud/talos-debug-tools/HEAD/ds-debug-tools.yaml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aarnaud/talos-debug-tools/HEAD/entrypoint.sh --------------------------------------------------------------------------------