9 Commits

Author SHA1 Message Date
Ploc
3c8d69f746 chore: update alpine version
Update alpine version from version 3.15 to version 3.22.
2025-09-01 18:42:42 +02:00
Luc Didry
9477e1add1 🩹 — Replace old URL of the project 2023-12-29 08:02:47 +01:00
Ploc
52b436657f fix: follow hadolint hints
Follow hadolint best practices in order to have a docker build that is as reliable as possible.

- first best practice is to "Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" (see [DL3018](https://github.com/hadolint/hadolint/wiki/DL3018))
- second best practice is to use "`--no-cache` switch to avoid the need to use `--update`"
2021-12-03 16:50:45 +01:00
Ploc
4486b32da5 fix: image label name
Fix the label "name" of the image so that kaniko build does not fail:

> error building image: error building stage: failed to execute command: failed to process "Let's Upload That Image": unexpected end of statement while looking for matching single-quote
2021-12-03 16:50:34 +01:00
Ploc
17c862ae19 chore: update alpine docker source image
Update alpine docker source image from version 3.9 to version 3.15.
2021-12-03 16:50:28 +01:00
Ploc
124ca306b4 chore: merge shell into Dockerfile
Merge build.sh shell into Dockerfile.
2021-12-03 16:50:22 +01:00
Ploc
87efb615bb feat: container is able to run as non-root 2021-12-03 16:50:00 +01:00
Ploc
c40d22427a feat: expose container port 2021-12-03 16:49:37 +01:00
Arnaud de Mouhy
b65f37293b Dockerized 2019-04-24 10:37:16 +02:00