Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back some fedora python dependencies #90

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/.container.template.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/<{ workflow_file_name }>'
- '<{ repository_path }>/*'
- '<{ repository_path }>/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/<{ workflow_file_name }>'
- '<{ repository_path }>/*'
- '<{ repository_path }>/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/amazonlinux-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/amazonlinux-containers.yml'
- 'mirrors/amazonlinux/*'
- 'mirrors/amazonlinux/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/amazonlinux-containers.yml'
- 'mirrors/amazonlinux/*'
- 'mirrors/amazonlinux/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/archlinux-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/archlinux-containers.yml'
- 'mirrors/archlinux/*'
- 'mirrors/archlinux/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/archlinux-containers.yml'
- 'mirrors/archlinux/*'
- 'mirrors/archlinux/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/builddocs-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/builddocs-containers.yml'
- 'custom/builddocs/*'
- 'custom/builddocs/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/builddocs-containers.yml'
- 'custom/builddocs/*'
- 'custom/builddocs/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/busybox-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/busybox-containers.yml'
- 'mirrors/busybox/*'
- 'mirrors/busybox/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/busybox-containers.yml'
- 'mirrors/busybox/*'
- 'mirrors/busybox/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/consul-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/consul-containers.yml'
- 'mirrors/consul/*'
- 'mirrors/consul/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/consul-containers.yml'
- 'mirrors/consul/*'
- 'mirrors/consul/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
build:
runs-on: ubuntu-latest
needs: matrix-generator
timeout-minutes: 600
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/debian-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/debian-containers.yml'
- 'mirrors/debian/*'
- 'mirrors/debian/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/debian-containers.yml'
- 'mirrors/debian/*'
- 'mirrors/debian/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/etcd-v2-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/etcd-v2-containers.yml'
- 'mirrors/etcd-v2/*'
- 'mirrors/etcd-v2/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/etcd-v2-containers.yml'
- 'mirrors/etcd-v2/*'
- 'mirrors/etcd-v2/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/etcd-v3-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/etcd-v3-containers.yml'
- 'mirrors/etcd-v3/*'
- 'mirrors/etcd-v3/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/etcd-v3-containers.yml'
- 'mirrors/etcd-v3/*'
- 'mirrors/etcd-v3/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/fedora-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/fedora-containers.yml'
- 'mirrors/fedora/*'
- 'mirrors/fedora/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/fedora-containers.yml'
- 'mirrors/fedora/*'
- 'mirrors/fedora/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/mariadb-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/mariadb-containers.yml'
- 'mirrors/mariadb/*'
- 'mirrors/mariadb/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/mariadb-containers.yml'
- 'mirrors/mariadb/*'
- 'mirrors/mariadb/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/mysql-server-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
paths:
- containers.yml
- '.github/workflows/mysql-server-containers.yml'
- 'mirrors/mysql-server/*'
- 'mirrors/mysql-server/**'
pull_request:
paths:
- containers.yml
- '.github/workflows/mysql-server-containers.yml'
- 'mirrors/mysql-server/*'
- 'mirrors/mysql-server/**'

env:
COLUMNS: 190
Expand All @@ -30,7 +30,7 @@ concurrency:
jobs:
matrix-generator:
name: Generate Matrix
runs-on: ubuntu-latest
runs-on: linux-x86_64
outputs:
tags: ${{ steps.set-matrix.outputs.tags }}
name: ${{ steps.set-matrix.outputs.name }}
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
needs: matrix-generator
name: "Build ${{ matrix.dockerinfo.name }}:${{ matrix.dockerinfo.tag }}${{ matrix.dockerinfo.platform && format(' ({0})', matrix.dockerinfo.platform) || ''}}"
timeout-minutes: 600
strategy:
fail-fast: false
max-parallel: 10
Expand Down
Loading
Loading