https://github.com/diracgrid/container-images
Container images used by DiracX
https://github.com/diracgrid/container-images
Last synced: 9 months ago
JSON representation
Container images used by DiracX
- Host: GitHub
- URL: https://github.com/diracgrid/container-images
- Owner: DIRACGrid
- Created: 2023-10-19T00:03:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T15:35:54.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:32:11.920Z (over 1 year ago)
- Language: Dockerfile
- Size: 48.8 KB
- Stars: 0
- Watchers: 7
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Container images for DiracX
This repository contains the recipes and CI for building the base images used by DiracX.
See [documentation](https://github.com/DIRACGrid/diracx/blob/main/docs/VERSIONING.md#container-images)
## Available images
### secret-generation
This image is used by the [helm chart](https://github.com/DIRACGrid/diracx-charts) to run batch jobs within the cluster that automatically generate kubernetes secrets.
## How to build
The most up to date documentation on how to build is the [CI job](.github/workflows/main.yml)
```bash
docker build -t ghcr.io/diracgrid/diracx/base:latest base
docker build -t ghcr.io/diracgrid/diracx/servces-base:latest services-base/
```