Skip to content

Commit

Permalink
TO-DROP: only verify cbl-mariner
Browse files Browse the repository at this point in the history
... until I get it right...

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 21, 2024
1 parent 41a26cf commit b7516f1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/validate-install-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: validate-install-from-source
on:
workflow_dispatch:
push:
branches:
- main

jobs:
docker:
Expand All @@ -14,20 +12,6 @@ jobs:
fail-fast: false
matrix:
vector:
- image: ubuntu
- image: debian:bullseye
- image: fedora
# Centos no longer officially maintains images on Docker Hub. However,
# tgagor is a contributor who pushes updated images weekly, which should
# be sufficient for our validation needs.
- image: tgagor/centos
- image: redhat/ubi8
- image: alpine
- image: alpine:3.14.10
- image: opensuse/leap
- image: opensuse/tumbleweed
- image: registry.suse.com/suse/sle15:15.4.27.11.31
- image: archlinux
- image: mcr.microsoft.com/cbl-mariner/base/core:2.0
container: ${{matrix.vector.image}}
steps:
Expand Down

0 comments on commit b7516f1

Please sign in to comment.