Files
comet-ml--opik/.github/workflows/build_and_push_docker.yaml
wehub-resource-sync 5a558eb09e
TypeScript SDK Compatibility V1.x E2E Tests / Select Node version matrix (push) Has been cancelled
TypeScript SDK Compatibility V1.x E2E Tests / TypeScript SDK Compatibility V1.x E2E Tests Node ${{matrix.node_version}} (push) Has been cancelled
TypeScript SDK E2E Tests / TypeScript SDK E2E Tests Node ${{matrix.node_version}} (push) Has been cancelled
Opik Optimizer - E2E Tests / build-opik (push) Has been cancelled
TypeScript SDK Compatibility V1.x E2E Tests / build-opik (push) Has been cancelled
Python SDK E2E Tests / Select Python version matrix (push) Has been cancelled
Python SDK E2E Tests / Python SDK E2E Tests ${{matrix.python_version}} (push) Has been cancelled
Python SDK E2E Tests / build-opik (push) Has been cancelled
Python SDK Compatibility V1.x E2E Tests / Select Python version matrix (push) Has been cancelled
Python SDK Compatibility V1.x E2E Tests / Python SDK Compatibility V1.x E2E Tests ${{matrix.python_version}} (push) Has been cancelled
Python SDK Compatibility V1.x E2E Tests / build-opik (push) Has been cancelled
TypeScript SDK E2E Tests / Select Node version matrix (push) Has been cancelled
TypeScript SDK E2E Tests / build-opik (push) Has been cancelled
Opik Optimizer - E2E Tests / Opik Optimizer E2E Tests Python ${{matrix.python_version}} (push) Has been cancelled
Opik Optimizer - E2E Tests / Opik Optimizer Integration Smoke Tests (push) Has been cancelled
🐙 Code Quality / detect (push) Has been cancelled
🐙 Code Quality / lint (${{ matrix.leg.name }}) (push) Has been cancelled
🐙 Code Quality / summary (push) Has been cancelled
TypeScript SDK Library Integration Tests / Check Secrets (push) Has been cancelled
TypeScript SDK Library Integration Tests / opik-vercel (Vercel AI SDK / eve) (push) Has been cancelled
SDK Library Integration Tests Runner / Check Secrets (push) Has been cancelled
SDK Library Integration Tests Runner / Missed OpenAI API Key Warning (push) Has been cancelled
SDK Library Integration Tests Runner / Build (push) Has been cancelled
SDK Library Integration Tests Runner / openai_tests (push) Has been cancelled
SDK Library Integration Tests Runner / langchain_tests (push) Has been cancelled
SDK Library Integration Tests Runner / langchain_legacy_tests (push) Has been cancelled
SDK Library Integration Tests Runner / llama_index_tests (push) Has been cancelled
SDK Library Integration Tests Runner / anthropic_tests (push) Has been cancelled
SDK Library Integration Tests Runner / mistral_tests (push) Has been cancelled
SDK Library Integration Tests Runner / groq_tests (push) Has been cancelled
SDK Library Integration Tests Runner / aisuite_tests (push) Has been cancelled
SDK Library Integration Tests Runner / haystack_tests (push) Has been cancelled
SDK Library Integration Tests Runner / dspy_tests (push) Has been cancelled
SDK Library Integration Tests Runner / crewai_v0_tests (push) Has been cancelled
SDK Library Integration Tests Runner / crewai_v1_tests (push) Has been cancelled
SDK Library Integration Tests Runner / genai_tests (push) Has been cancelled
SDK Library Integration Tests Runner / adk_tests (push) Has been cancelled
SDK Library Integration Tests Runner / adk_legacy_1_3_0_tests (push) Has been cancelled
SDK Library Integration Tests Runner / evaluation_metrics_tests (push) Has been cancelled
SDK Library Integration Tests Runner / bedrock_tests (push) Has been cancelled
SDK Library Integration Tests Runner / litellm_tests (push) Has been cancelled
SDK Library Integration Tests Runner / harbor_tests (push) Has been cancelled
SDK Library Integration Tests Runner / Slack Notification (push) Has been cancelled
Lint Opik Helm Chart / render-equality (push) Has been cancelled
Opik Optimizer - Unit Tests / Opik Optimizer Unit Tests Python ${{matrix.python_version}} (push) Has been cancelled
Python BE E2E Tests / Python BE E2E (push) Has been cancelled
Python Backend Tests / run-python-backend-tests (push) Has been cancelled
Python SDK Unit Tests / Python SDK Unit Tests ${{matrix.python_version}} (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
SDK E2E Libraries Integration Tests / Check Secrets (push) Has been cancelled
SDK E2E Libraries Integration Tests / Missed OpenAI API Key Warning (push) Has been cancelled
SDK E2E Libraries Integration Tests / build-opik (push) Has been cancelled
SDK E2E Libraries Integration Tests / E2E Lib Integration Python ${{matrix.python_version}} (push) Has been cancelled
TypeScript SDK Integration Build & Publish / build-and-publish (opik-gemini) (push) Has been cancelled
TypeScript SDK Integration Build & Publish / build-and-publish (opik-langchain) (push) Has been cancelled
TypeScript SDK Integration Build & Publish / build-and-publish (opik-openai) (push) Has been cancelled
TypeScript SDK Integration Build & Publish / build-and-publish (opik-otel) (push) Has been cancelled
TypeScript SDK Integration Build & Publish / build-and-publish (opik-vercel) (push) Has been cancelled
TypeScript SDK Build & Publish / build-and-publish (push) Has been cancelled
TypeScript SDK Unit Tests / Test on Node ${{ matrix.node-version }} (push) Has been cancelled
Backend Tests / discover-tests (push) Has been cancelled
Backend Tests / ${{ matrix.name }} (push) Has been cancelled
Build and Publish SDK / build-and-publish (push) Has been cancelled
Build Opik Docker Images / set-version (push) Has been cancelled
Build Opik Docker Images / build-backend (push) Has been cancelled
Build Opik Docker Images / build-sandbox-executor-python (push) Has been cancelled
Build Opik Docker Images / build-python-backend (push) Has been cancelled
Build Opik Docker Images / build-frontend (push) Has been cancelled
Build Opik Docker Images / create-git-tag (push) Has been cancelled
ClickHouse Migration Cluster Check / validate-clickhouse-migrations (push) Has been cancelled
Docs - Publish / run (push) Has been cancelled
E2E Tests - Post Merge (v2) / 🧪 E2E v2 Tests (${{ github.event.inputs.tier || 't1' }}) (push) Has been cancelled
E2E Tests - Post Merge (v2) / 📢 Slack Notification (push) Has been cancelled
Frontend Unit Tests / Test on Node 20 (push) Has been cancelled
Guardrails E2E Tests / Select Python version matrix (push) Has been cancelled
Guardrails E2E Tests / Guardrails E2E Tests ${{matrix.python_version}} (push) Has been cancelled
Guardrails E2E Tests / 📢 Slack Notification (push) Has been cancelled
Guardrails Backend Unit Tests / Guardrails Backend Unit Tests (push) Has been cancelled
Guardrails Backend Unit Tests / 📢 Slack Notification (push) Has been cancelled
Lint Opik Helm Chart / lint-helm-chart (Helm v3.21.0) (push) Has been cancelled
Lint Opik Helm Chart / lint-helm-chart (Helm v4.2.0) (push) Has been cancelled
Lint Opik Helm Chart / unittest-helm-chart (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:25:44 +08:00

311 lines
12 KiB
YAML

name: "Build Docker Images Multi-Arch"
run-name: "Build ${{ inputs.image }}${{ inputs.build_comet_image && '-comet' || '' }} - ${{ inputs.version }}"
on:
workflow_call:
inputs:
image:
type: string
required: true
description: Docker Image
version:
type: string
required: true
description: Version
build_from:
type: string
required: true
description: Original version to build from
build_comet_image:
type: boolean
required: true
description: If to build a Comet integration image
comet_build_args:
type: string
required: false
default: ""
description: Arguments for cloud docker build
is_release:
type: boolean
required: true
description: If this is a release build (will build multi-arch and push latest tag)
is_adhoc:
type: boolean
required: false
description: If this is an adhoc build (will skip comet variant)
default: false
build_arm64:
type: boolean
required: false
description: Build multiarch images
default: true
ai_spend_plugin_ref:
type: string
required: false
default: "main"
description: ai-spend plugin ref
secrets:
OPIK_FE_SENTRY_DSN:
required: false
OPIK_PLUGIN_AI_SPEND_TOKEN:
required: false
env:
DOCKER_REGISTRY: "ghcr.io/comet-ml/opik"
DOCKER_BUILD_SUMMARY: "false"
jobs:
generate-matrix:
runs-on: ubuntu-latest
outputs:
build_matrix: ${{ steps.set-matrix.outputs.build_matrix }}
merge_matrix: ${{ steps.set-matrix.outputs.merge_matrix }}
steps:
- name: Generate build and merge matrices
id: set-matrix
run: |
# Build 2D matrix: image_type x platform
BUILD_MATRIX='{"image_type":["regular","comet"],"platform":["amd64","arm64"],"exclude":[]}'
MERGE_MATRIX='{"image_type":["regular","comet"],"exclude":[]}'
# Exclude comet if build_comet_image is false
if [[ "${{ inputs.build_comet_image }}" != "true" ]]; then
BUILD_MATRIX=$(echo "$BUILD_MATRIX" | jq '.exclude += [{"image_type":"comet"}]')
MERGE_MATRIX=$(echo "$MERGE_MATRIX" | jq '.exclude += [{"image_type":"comet"}]')
fi
# Exclude arm64 when the caller opts out, or for guardrails backend
if [[ "${{ inputs.build_arm64 }}" != "true" ]] || [[ "${{ inputs.image }}" == "opik-guardrails-backend" ]]; then
BUILD_MATRIX=$(echo "$BUILD_MATRIX" | jq '.exclude += [{"platform":"arm64"}]')
fi
{
echo "build_matrix<<EOF"
echo "$BUILD_MATRIX"
echo "EOF"
echo "merge_matrix<<EOF"
echo "$MERGE_MATRIX"
echo "EOF"
} >> "$GITHUB_OUTPUT"
build:
needs: generate-matrix
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.generate-matrix.outputs.build_matrix) }}
runs-on: ${{ inputs.image == 'opik-guardrails-backend' && matrix.platform == 'amd64' && 'ubuntu-latest-m' || (matrix.platform == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm') }}
name: ${{ matrix.platform }} ${{ inputs.image }}${{ matrix.image_type == 'comet' && '-comet' || '' }}
permissions:
contents: read
packages: write
outputs:
digest: ${{ steps.build.outputs.digest }}
platform: ${{ matrix.platform }}
image_name: ${{ steps.set_vars.outputs.image_name }}
timeout-minutes: 60
steps:
- name: Set image variables
id: set_vars
run: |
if [[ "${{ matrix.image_type }}" == "comet" ]]; then
IMAGE_NAME="${{ inputs.image }}-comet"
else
IMAGE_NAME="${{ inputs.image }}"
fi
echo "image_name=$IMAGE_NAME" >> "$GITHUB_OUTPUT"
- name: Checkout
uses: actions/checkout@v6
with:
ref: ${{ inputs.build_from }}
- name: Save opik-sandbox-executor-python
if: inputs.image == 'opik-python-backend'
run: |
# Use latest tag if adhoc build, otherwise use the specific version
if [[ "${{ inputs.is_adhoc }}" == "true" ]]; then
TAG="latest"
else
TAG="${{inputs.version}}"
fi
docker pull "${{env.DOCKER_REGISTRY}}/opik-sandbox-executor-python:$TAG"
docker save "${{env.DOCKER_REGISTRY}}/opik-sandbox-executor-python:$TAG" | gzip > apps/opik-python-backend/opik-sandbox-executor-python.tar.gz
- name: Checkout ai-spend plugin (private)
if: inputs.image == 'opik-frontend' && matrix.image_type == 'comet'
uses: actions/checkout@v6
with:
repository: comet-ml/opik-plugin-ai-spend
ref: ${{ inputs.ai_spend_plugin_ref }}
token: ${{ secrets.OPIK_PLUGIN_AI_SPEND_TOKEN }}
path: .ai-spend-plugin
- name: Stage ai-spend plugin into frontend src
if: inputs.image == 'opik-frontend' && matrix.image_type == 'comet'
run: |
mkdir -p apps/opik-frontend/src/plugins/ai-spend
cp -R .ai-spend-plugin/src/. apps/opik-frontend/src/plugins/ai-spend/
rm -rf .ai-spend-plugin
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_REGISTRY }}/${{ steps.set_vars.outputs.image_name }}
tags: |
type=raw,value=${{ inputs.version }}
type=raw,value=latest,enable=${{ inputs.is_release == true }}
type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and Push Docker Image
id: build
uses: docker/build-push-action@v6
with:
context: apps/${{ inputs.image }}/
platforms: linux/${{ matrix.platform }}
cache-from: type=registry,ref=${{ env.DOCKER_REGISTRY }}/${{ steps.set_vars.outputs.image_name }}:main
provenance: false
load: false
outputs: type=image,name=${{ env.DOCKER_REGISTRY }}/${{ steps.set_vars.outputs.image_name }},push-by-digest=true,name-canonical=true,push=true
labels: ${{ steps.meta.outputs.labels }}
build-args: |
OPIK_VERSION=${{ inputs.version }}
${{ matrix.image_type == 'comet' && inputs.comet_build_args }}
${{ inputs.image == 'opik-frontend' && matrix.image_type == 'comet' && 'BUILD_PLUGINS=comet,ai-spend' }}
${{ matrix.image_type == 'comet' && 'SENTRY_ENABLED=true' }}
${{ matrix.image_type == 'comet' && format('SENTRY_DSN={0}', secrets.OPIK_FE_SENTRY_DSN) }}
secrets: |
${{ matrix.image_type == 'comet' && secrets.OPIK_FE_SENTRY_DSN != '' && format('OPIK_FE_SENTRY_DSN={0}', secrets.OPIK_FE_SENTRY_DSN) || '' }}
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
- name: Export digest
run: |
mkdir -p /tmp/digests/${{ steps.set_vars.outputs.image_name }}
digest="${{ steps.build.outputs.digest }}"
# Strip sha256: prefix
HASH="${digest#sha256:}"
echo "$HASH" > "/tmp/digests/${{ steps.set_vars.outputs.image_name }}/${{ matrix.platform }}.digest"
- name: Upload digest
uses: actions/upload-artifact@v7
with:
name: ${{ github.run_id }}-${{ steps.set_vars.outputs.image_name }}-digest-${{ matrix.platform }}
path: /tmp/digests/${{ steps.set_vars.outputs.image_name }}/${{ matrix.platform }}.digest
if-no-files-found: error
retention-days: 1
merge:
needs: [generate-matrix, build]
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix: ${{ fromJson(needs.generate-matrix.outputs.merge_matrix) }}
steps:
- name: Set image variables
id: set_vars
run: |
if [[ "${{ matrix.image_type }}" == "comet" ]]; then
IMAGE_NAME="${{ inputs.image }}-comet"
else
IMAGE_NAME="${{ inputs.image }}"
fi
echo "image_name=$IMAGE_NAME" >> "$GITHUB_OUTPUT"
- name: Download digests
uses: actions/download-artifact@v4
with:
path: /tmp/digests/${{ steps.set_vars.outputs.image_name }}
pattern: ${{ github.run_id }}-${{ steps.set_vars.outputs.image_name }}-digest-*
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_REGISTRY }}/${{ steps.set_vars.outputs.image_name }}
tags: |
type=raw,value=${{ inputs.version }}
type=raw,value=latest,enable=${{ inputs.is_release == true }}
type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }}
- name: Create manifest list and push tags
run: |
cd /tmp/digests/${{ steps.set_vars.outputs.image_name }}
DIGESTS=""
for artifact_dir in ${{ github.run_id }}-${{ steps.set_vars.outputs.image_name }}-digest-*; do
if [ -d "$artifact_dir" ]; then
PLATFORM="${artifact_dir##*-}"
DIGEST_FILE="$artifact_dir/$PLATFORM.digest"
if [ -f "$DIGEST_FILE" ]; then
DIGEST_VALUE=$(tr -d '\n\r ' < "$DIGEST_FILE")
DIGEST_REF="${{ env.DOCKER_REGISTRY }}/${{ steps.set_vars.outputs.image_name }}@sha256:$DIGEST_VALUE"
DIGESTS="$DIGESTS $DIGEST_REF"
fi
fi
done
if [ -z "$DIGESTS" ]; then
echo "ERROR: No digests found for ${{ steps.set_vars.outputs.image_name }}"
exit 1
fi
# Create and push manifest using metadata tags
# Metadata outputs tags as newline-separated string, convert to -t flags
TAG_ARGS=""
while IFS= read -r tag; do
if [ -n "$tag" ]; then
TAG_ARGS="$TAG_ARGS -t $tag"
fi
done <<< "${{ steps.meta.outputs.tags }}"
if [ -z "$TAG_ARGS" ]; then
echo "ERROR: No tags generated from metadata!"
exit 1
fi
# $TAG_ARGS and $DIGESTS are intentionally unquoted: each holds a
# space-separated argument list (`-t tag1 -t tag2 ...` and a list of
# digest refs) that must word-split into individual argv entries.
# Quoting would collapse each into a single argument and break the
# docker invocation.
# shellcheck disable=SC2086
docker buildx imagetools create $TAG_ARGS $DIGESTS
- name: Write Build Summary
run: |
echo "### Docker images pushed: ${{ steps.set_vars.outputs.image_name }}" >> "$GITHUB_STEP_SUMMARY"
echo "${{ steps.meta.outputs.tags }}" >> "$GITHUB_STEP_SUMMARY"
if [[ "${{ inputs.image }}" == "opik-guardrails-backend" ]] || [[ "${{ inputs.build_arm64 }}" != "true" ]]; then
echo "Built for platforms: linux/amd64" >> "$GITHUB_STEP_SUMMARY"
else
echo "Built for platforms: linux/amd64, linux/arm64" >> "$GITHUB_STEP_SUMMARY"
fi
echo "- [View on GitHub Container Registry](https://github.com/${{ github.repository }}/pkgs/container/opik%2F${{ steps.set_vars.outputs.image_name }})" >> "$GITHUB_STEP_SUMMARY"