From d15c34e667d2db001468f9213c5b646fda50bcc6 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Fri, 10 Apr 2026 15:45:05 +0900 Subject: [PATCH 1/3] Use dev image --- .github/workflows/e2e.yaml | 2 +- .github/workflows/fossa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 89b3555..6b7441c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -25,7 +25,7 @@ jobs: e2e: runs-on: ubuntu-latest container: - image: ghcr.io/vdaas/vald/vald-ci-container:nightly + image: ghcr.io/vdaas/vald/vald-dev-container:nightly options: "--add-host host.docker.internal:host-gateway" steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 0f067c4..933dbf6 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -12,7 +12,7 @@ jobs: name: 'trigger FOSSA scan' runs-on: ubuntu-latest container: - image: vdaas/vald-ci-container:nightly + image: vdaas/vald-dev-container:nightly if: github.ref == 'refs/heads/main' || github.event.action == 'labeled' && github.event.label.name == 'actions/fossa' steps: - uses: actions/checkout@v3 From bd08f714f69bf5506415d19120e5d84cf0864445 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Wed, 15 Apr 2026 13:32:03 +0900 Subject: [PATCH 2/3] Try pr-3448 image --- .github/workflows/e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 6b7441c..f5a005d 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -32,3 +32,4 @@ jobs: - uses: vdaas/vald-client-ci/.github/actions/e2e@main with: client_type: java + image_tag: pr-3448 From 303b5a4d25e713c96e1a67f204d3c076e01932e9 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Thu, 16 Apr 2026 15:12:07 +0900 Subject: [PATCH 3/3] Revert "Try pr-3448 image" This reverts commit bd08f714f69bf5506415d19120e5d84cf0864445. --- .github/workflows/e2e.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index f5a005d..6b7441c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -32,4 +32,3 @@ jobs: - uses: vdaas/vald-client-ci/.github/actions/e2e@main with: client_type: java - image_tag: pr-3448