vald-ci-container is designed for running CI workflows on GitHub Actions.
100K+
vald-ci-container is designed for running CI workflows on GitHub Actions.
This image includes the basic libraries for running some workflows on the vdaas/vald repository.
AVX2 or AVX512vald-ci-container is used for running the workflow on GitHub Actions.
name: Name of workflow
on:
push:
branches:
- main
jobs:
{job_titile}:
name: {job_name}
runs-on: ubuntu-latest
container:
image: ghcr.io/vdaas/vald/vald-ci-container:latest
steps:
- name: {step_name}
...
The sample workflows are here.
| tag | linux/amd64 | linux/arm64 | description |
|---|---|---|---|
| latest | ✅ | ✅ | the latest image is the same as the latest version of vdaas/vald repository version. |
| nightly | ✅ | ✅ | the nightly applies the main branch's source code of the vdaas/vald repository. |
| vX.Y.Z | ✅ | ✅ | the vX.Y.Z image applies the source code of the vdaas/vald repository. |
| pr-XXX | ✅ | ❌ | the pr-XXX image applies the source code of the pull request XXX of the vdaas/vald repository. |
The Dockerfile of this image is here.
The information about the Vald project, please refer to the following:
We're love to support you! Please feel free to contact us anytime with your questions or issue reports.
This product is under the terms of the Apache License v2.0; refer LICENSE file.
Content type
Image
Digest
sha256:d3438ec57…
Size
1.1 GB
Last updated
6 months ago
docker pull vdaas/vald-ci-container:pr-3438Pulls:
1,164
Last week