Skip to content

Commit

Permalink
README: remove Dockerfile.development
Browse files Browse the repository at this point in the history
Remove Dockerfile.development and update README file

Signed-off-by: David Rozé <[email protected]>
  • Loading branch information
david-baylibre authored and makohoek committed Aug 23, 2024
1 parent 0826bfa commit 46c05bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.development

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ docker:
--tag "$(DOCKER_NAME):latest"

dev-docker: docker
docker build . -f Dockerfile.development \
docker build . -f Dockerfile \
--target tests \
--tag "$(DOCKER_DEV_NAME):latest"

test: dev-docker
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ Use `make test` for running the unit(integration) tests:
make test
```
If you wish to run a single test, just edit the `Dockerfile.development`:
If you wish to run a single test, just edit the `Dockerfile`:
```diff
diff --git a/Dockerfile.development b/Dockerfile.development
index 81fbb349c014..431f07b59917 100644
--- a/Dockerfile.development
+++ b/Dockerfile.development
@@ -4,4 +4,4 @@ FROM repo-resource:latest
diff --git a/Dockerfile b/Dockerfile
index f02c512..031008e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,6 +28,6 @@ FROM repo-resource AS tests
COPY repo_resource /root/repo_resource
COPY development/ssh/ /root/development/ssh/
WORKDIR /root/
Expand Down

0 comments on commit 46c05bf

Please sign in to comment.