Skip to content

Commit

Permalink
Update hadolint configuration and ignore specific linting rules in Do…
Browse files Browse the repository at this point in the history
…ckerfile
  • Loading branch information
flaviomartins committed Nov 4, 2024
1 parent dd190f4 commit c3dfb2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
ignored:
- DL3006
- DL3008
- DL3013
- DL3016
- DL4001
1 change: 1 addition & 0 deletions notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt noble-pgdg main" > /etc/ap
wget --no-hsts --quiet -O /etc/apt/trusted.gpg.d/pgdg.asc https://www.postgresql.org/media/keys/ACCC4CF8.asc

# Install the PostgreSQL utilities
# hadolint ignore=DL3008
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
postgresql-client-12 \
Expand Down

0 comments on commit c3dfb2a

Please sign in to comment.