diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b55dce0d..4afaee57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,11 +30,3 @@ jobs: # env: # Add environment variables required for tests run: | just test - - lint-dockerfile: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0 - with: - failure-threshold: error diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9dd67e9..ba9efd39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,8 +28,3 @@ repos: - id: check-toml - id: check-yaml - id: detect-private-key - - - repo: https://github.com/stratasan/hadolint-pre-commit - rev: cdefcb0 - hooks: - - id: hadolint diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index a8888250..00000000 --- a/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -# All Dockerfiles should start from this base image -# Provide the TAG environment variable, or replace with the image version required -FROM ghcr.io/opensafely-core/base-docker:$TAG