Update docker test containers (#4294)

This commit is contained in:
Anuraag Agrawal 2022-03-24 01:15:00 +09:00 committed by GitHub
parent c4ea1c155e
commit 14ffacd1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -10,14 +10,16 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- source: jaegertracing/all-in-one:1.17 - source: jaegertracing/all-in-one:1.32
target_image: jaeger target_image: jaeger:1.32
- source: otel/opentelemetry-collector-contrib:latest - source: otel/opentelemetry-collector-contrib:latest
target_image: otel-collector target_image: otel-collector
- source: shopify/toxiproxy:latest - source: shopify/toxiproxy:latest
target_image: toxiproxy target_image: toxiproxy
- source: eclipse-temurin:8-jdk - source: eclipse-temurin:8-jdk
target_image: openjdk8 target_image: openjdk8
- source: eclipse-temurin:17-jre-alpine
target_image: openjdk17
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Docker login - name: Docker login