vdaas/vald-ci-container

Sponsored OSS

By vdaas.org

Updated 6 months ago

vald-ci-container is designed for running CI workflows on GitHub Actions.

Image
0

100K+

vdaas/vald-ci-container repository overview

Vald CI Container

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.

latest Image License: Apache 2.0 latest ver. Twitter

Requirement

linux/amd64
  • CPU instruction: requires AVX2 or AVX512
linux/arm64
  • CPU instruction: NOT Apple Silicon

Get Started

vald-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.

Versions

taglinux/amd64linux/arm64description
latestthe latest image is the same as the latest version of vdaas/vald repository version.
nightlythe nightly applies the main branch's source code of the vdaas/vald repository.
vX.Y.Zthe vX.Y.Z image applies the source code of the vdaas/vald repository.
pr-XXXthe pr-XXX image applies the source code of the pull request XXX of the vdaas/vald repository.

Dockerfile

The Dockerfile of this image is here.

About Vald Project

The information about the Vald project, please refer to the following:

Contacts

We're love to support you! Please feel free to contact us anytime with your questions or issue reports.

License

This product is under the terms of the Apache License v2.0; refer LICENSE file.

Tag summary

Content type

Image

Digest

sha256:d3438ec57

Size

1.1 GB

Last updated

6 months ago

docker pull vdaas/vald-ci-container:pr-3438

This week's pulls

Pulls:

1,164

Last week