Skip to content

Revert #4651 #4654 and partially #4657 for KNN to use CentOS7 in 2.14.0 #161

Revert #4651 #4654 and partially #4657 for KNN to use CentOS7 in 2.14.0

Revert #4651 #4654 and partially #4657 for KNN to use CentOS7 in 2.14.0 #161

Workflow file for this run

---
name: dockerfile-lint
on:
pull_request:
paths:
- 'docker/ci/dockerfiles/current/**'
- 'docker/release/dockerfiles/**'
jobs:
dockerfile-lint-test_ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: 'docker/ci/dockerfiles/current/*.dockerfile'
annotate: false
dockerfile-lint-test_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jbergstroem/hadolint-gh-action@v1
with:
dockerfile: 'docker/release/dockerfiles/*.dockerfile'
annotate: false