https://github.com/cometbeetle/lotus-ci
A Docker image used for the lotus GitLab CI pipeline testing phase
https://github.com/cometbeetle/lotus-ci
docker-image python3
Last synced: 5 months ago
JSON representation
A Docker image used for the lotus GitLab CI pipeline testing phase
- Host: GitHub
- URL: https://github.com/cometbeetle/lotus-ci
- Owner: cometbeetle
- Created: 2024-08-08T19:57:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-31T19:35:48.000Z (8 months ago)
- Last Synced: 2025-10-31T21:14:16.548Z (8 months ago)
- Topics: docker-image, python3
- Language: Dockerfile
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lotus-ci
A set of Docker images used for `lotus` CI pipelines.
The images are based on [RHEL UBI 9](https://catalog.redhat.com/en/software/base-images), and include:
* `lotus-env`
* [Git](https://git-scm.com/install/linux)
* [uv](https://github.com/astral-sh/uv) (package resolver)
* [Oracle Instant Client](https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html) (version 23.26)
* `lotus-docs-env`
* Everything in `lotus-env`
* [Graphviz](https://packages.debian.org/bookworm/graphviz) (for building the documentation)
* [pandoc](https://packages.debian.org/bookworm/pandoc) (dependency of `nbsphinx`)
### Image Creation Schedule
* Images will be automatically created every Saturday, at 3:00 AM ET, in order to remain up-to-date with any dependencies.
* Version numbers correspond with the date the image was created.