https://github.com/thoth-station/thoth-ops-infra
Infrastructure project to have collections of container images.
https://github.com/thoth-station/thoth-ops-infra
artificial-intelligence linter thoth
Last synced: about 1 month ago
JSON representation
Infrastructure project to have collections of container images.
- Host: GitHub
- URL: https://github.com/thoth-station/thoth-ops-infra
- Owner: thoth-station
- License: gpl-3.0
- Created: 2018-08-09T12:46:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T10:43:52.000Z (over 1 year ago)
- Last Synced: 2025-04-15T03:52:34.829Z (about 1 month ago)
- Topics: artificial-intelligence, linter, thoth
- Language: Dockerfile
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 4
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Thoth's Ops Infrastructure
This project is used for maintaining the collection of thoth-ops infra images.
## Python Toolchain
This container image could be used by a human, or some CI like Jenkins or Zuul to run linters, and provers...
```shell
cd thoth-python36
buildah build-using-dockerfile --tag thoth-python-36:latest .
gopass show aicoe/thoth/quay.io/robot-users # get the credentials
sudo skopeo copy containers-storage:localhost/thoth-python-36:latest docker://quay.io/aicoe/thoth-python36:v0.5.0 --dest-creds aicoe+ptah:
```### Thoth Ops Infra Images
The _Status_ indicates if Thoth Station is keeping the image current and up-to-date or if it is considered deprecated.
| Thoth-Ops Images | Status | Image Link/Status |
| ---------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| s2i-thoth-dev | current | [](https://quay.io/repository/thoth-station/s2i-thoth-dev) |
| thoth-pipeline-github | current |
| thoth-precommit-py39 | current | [](https://quay.io/repository/thoth-station/thoth-precommit-py39) |
| thoth-precommit-py38 | current | [](https://quay.io/repository/thoth-station/thoth-precommit-py38) |
| thoth-pytest-py38 | current | [](https://quay.io/repository/thoth-station/thoth-pytest-py38) |
| thoth-pylint-ubi8 | current | [](https://quay.io/repository/thoth-station/thoth-pylint) |