Skip to content

Commit 861bb77

Browse files
committed
Delete all obsolete *.Dockerfile files and references to them
1 parent 762d6b4 commit 861bb77

File tree

6 files changed

+0
-118
lines changed

6 files changed

+0
-118
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dist
1717
/docker-compose.yml
1818
/docker-compose.test.yml
1919
/nmdc_runtime/Dockerfile
20-
/nmdc_runtime/*.Dockerfile
2120

2221
# Omit any local Python virtual environment from the image build context. The
2322
# image build process includes its own package download/installation step.

.github/workflows/build-and-release-to-spin.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
- '.github/workflows/build-and-release-to-spin.yml'
1111
- 'Makefile'
1212
- '**/Dockerfile'
13-
- '**.Dockerfile'
1413
- '**.py'
1514
- 'requirements/main.txt'
1615

.github/workflows/python-app.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
- '.github/workflows/python-app.yml'
2020
- 'Makefile'
2121
- '**/Dockerfile'
22-
- '**.Dockerfile'
2322
- '**.py'
2423
- 'requirements/main.txt'
2524
# Every file in the `data` directory or in any of its subdirectories:
@@ -29,7 +28,6 @@ on:
2928
- '.github/workflows/python-app.yml'
3029
- 'Makefile'
3130
- '**/Dockerfile'
32-
- '**.Dockerfile'
3331
- '**.py'
3432
- 'requirements/main.txt'
3533
- 'metadata-translation/notebooks/data/**'

nmdc_runtime/dagster.Dockerfile

-42
This file was deleted.

nmdc_runtime/fastapi.Dockerfile

-29
This file was deleted.

nmdc_runtime/test.Dockerfile

-43
This file was deleted.

0 commit comments

Comments
 (0)