-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: polishing tiles config + add extra linting (more golangci-linters + hadolint) #270
Conversation
@@ -19,7 +19,7 @@ ENV GOOS=linux | |||
# install sqlite-related compile-time dependencies | |||
RUN set -eux && \ | |||
apt-get update && \ | |||
apt-get install -y libcurl4-openssl-dev libssl-dev libsqlite3-mod-spatialite && \ | |||
apt-get install --no-install-recommends -y libcurl4-openssl-dev=* libssl-dev=* libsqlite3-mod-spatialite=* && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Die hadolint is een mooie aanvulling, kunnen we voor meer projecten gebruiken.
Ik vind de "=*" alleen niet zo veel toevoegen. Misschien willen we rule DL3008 disabelen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja die regel uitzetten kan ook idd. Voor mij om het even. Opzich leek mij dit ook en heldere oplossing. Snap het idee om versions te pinnen maar we willen juist ook up to date zijn en ik verwacht ook niet snel breaking issues met curl/openssl/spatialite.
En idd +1 om vaker hadolint te gebruiken.
Description
polishing tiles config + add extra linting (more golangci-linters + hadolint). Also fixes e2e test failure.
Type of change
Checklist: