Skip to content

Commit

Permalink
remove remaining references to Dockerfile.build
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Feb 18, 2025
1 parent 978d437 commit 518ab2d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Docker build
run: |
docker pull $PUBLIC_IMAGE:$TAG_DEVELOP
docker build --cache-from $PUBLIC_IMAGE:$TAG_DEVELOP -t fdp:snyk-test -f Dockerfile.build .
docker build --cache-from $PUBLIC_IMAGE:$TAG_DEVELOP -t fdp:snyk-test -f Dockerfile .
- name: Perform Snyk Check (Docker)
uses: snyk/actions/docker@master
Expand Down
23 changes: 0 additions & 23 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
#
# The MIT License
# Copyright © 2016-2024 FAIR Data Team
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#

# https://docs.docker.com/reference/dockerfile/#syntax
# syntax=docker/dockerfile:1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ If you do not have Java and Maven locally, you can build the Docker image using
built `jar` file):

```bash
$ docker build -f Dockerfile.build -t fairdatapoint:local .
$ docker build -f Dockerfile -t fairdatapoint:local .
```

## Security
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<exclude>**/*.json</exclude>
<exclude>LICENSE</exclude>
<exclude>.dockerignore</exclude>
<exclude>Dockerfile.build</exclude>
<exclude>Dockerfile</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 518ab2d

Please sign in to comment.