Skip to content

Commit 92cd7df

Browse files
author
Martin Belanger
committed
doc: remove Docker support artifacts
Docker/container deployment is not a supported use case for nvme-stas, as documented in CONTAINERS.md. Remove the Dockerfile, docker-compose.yml, .dockerignore, the two disabled Docker workflows, the hadolint job from linters.yml, and the docker ecosystem entry from dependabot.yml. Signed-off-by: Martin Belanger <[email protected]>
1 parent 69dcb37 commit 92cd7df

7 files changed

Lines changed: 0 additions & 174 deletions

File tree

.dockerignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
- package-ecosystem: "docker"
9-
directory: "/"
10-
schedule:
11-
interval: "weekly"
128
- package-ecosystem: "pip"
139
directory: "/"
1410
schedule:

.github/workflows/docker-publish.yml.disabled

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/docker-test.yml.disabled

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/linters.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ on:
1010

1111
jobs:
1212

13-
docker-lint:
14-
if: ${{ !github.event.act }} # skip during local actions testing
15-
runs-on: ubuntu-latest
16-
timeout-minutes: 10
17-
steps:
18-
- uses: actions/checkout@v6
19-
- uses: hadolint/[email protected]
20-
with:
21-
recursive: true
22-
ignore: DL3041
23-
2413
python-lint-Jammy:
2514
runs-on: ubuntu-22.04
2615
timeout-minutes: 30

Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)