Commit Graph

25 Commits

Author SHA1 Message Date
Katos
1f197f748a CHOWN the required directories 2025-01-05 16:40:17 +00:00
Katos
0484bbb0c3 Update Dockerfile.rootless 2025-01-05 16:32:08 +00:00
Matt Kilgore
5009879f9f Try this instead to fix rootless 2025-01-05 11:06:02 -05:00
Matt Kilgore
4b9bf95f20 Fix missing pnpm 2025-01-05 11:00:57 -05:00
Katos
d1dff61bef They see my errors... they hatin' 2025-01-05 15:53:44 +00:00
Katos
966ae9062e Adjust from Distroless to Alpine 2025-01-05 15:51:29 +00:00
Katos
0e3c1db334 Update Dockerfile.rootless 2025-01-05 15:43:44 +00:00
Katos
2e4a967559 Update Dockerfile.rootless 2025-01-05 15:42:05 +00:00
Katos
d8c98d1bdb Update Dockerfile.rootless 2025-01-05 15:34:24 +00:00
Katos
f56067ac5c Update Dockerfile.rootless 2025-01-05 15:31:16 +00:00
Katos
f30ccec451 Update Dockerfile.rootless to use Curl instead of wget 2025-01-05 15:15:38 +00:00
Katos
8d3de1a1e5 Update Dockerfile.rootless to fix wget 2025-01-05 15:13:23 +00:00
Katos
f5e404e6cd Update to rectify rootless build issues. 2025-01-05 15:07:34 +00:00
Matt Kilgore
96f3543891 fix: trying to solve the arm build process issue. (#365)
Some checks are pending
Docker publish rootless / build (linux/amd64) (push) Waiting to run
Docker publish rootless / build (linux/arm/v7) (push) Waiting to run
Docker publish rootless / build (linux/arm64) (push) Waiting to run
Docker publish rootless / merge (push) Blocked by required conditions
Docker publish / build (linux/amd64) (push) Waiting to run
Docker publish / build (linux/arm/v7) (push) Waiting to run
Docker publish / build (linux/arm64) (push) Waiting to run
Docker publish / merge (push) Blocked by required conditions
Update Currencies / update-currencies (push) Waiting to run
Co-authored-by: Katos <7927609+katosdev@users.noreply.github.com>
2025-01-04 20:43:27 -05:00
Harrison Conlin
1a4e98ad2a add _time_format=sqlite parameter to SQLite URLs (#430) 2025-01-04 10:28:15 -05:00
Katos
55acfa54f5 Update Dockerfile.rootless
Update with optimisation attempts
2024-10-12 15:47:52 +01:00
Matt Kilgore
3bf1e50620 Splitting dependencies into separate docker layers (better caching) (#142)
* Initial test with NodeJS

* Fix screw up

* Try again

* Try Golang caching

* Test with some more cache
2024-07-21 10:40:03 -04:00
Matt Kilgore
ab34791737 fix(docker): fixes the health check wget (#104) 2024-07-08 11:48:46 -04:00
Katos
69e5a877c0 Update WGET from Busybox to APK 2024-07-07 17:18:18 +01:00
Katos
b12011f4a6 Rectify Docker build errors due to broken imports 2024-07-07 16:13:02 +01:00
Katos
bd2eb8b5ac Update Dockerfile.rootless to include explicitly version tags
Tag the version of the base image explicitly on the Dockerfile
2024-07-06 14:20:29 +01:00
Katos
5a015b9581 Add Dockerfile healthcheck 2024-07-06 14:20:29 +01:00
Matthew Kilgore
0980ee41cf chore(backend): update go namespaces 2024-06-18 19:22:51 -04:00
Matthew Kilgore
829458562f chore: Rebranding 2024-06-18 06:48:03 -04:00
D M
66e25ba068 feat: Low-Privileged and Distroless Docker Image (#372)
* feat: use distroless image and non-root user

* fix: remove conflicts after merge

* chore: Commen the Dockerfile

* chore: Update documentation to reflect image changes

* Split docker build in latest and latest-rootless

One more job added to the publish Github Action, to build and push TAG-rootless
images.

* fix: add missing workflow

* feat: update documentation about double tags

* feat: update readme with double tags

---------

Co-authored-by: daniele <daniele@coolbyte.eu>
2023-05-13 10:38:57 -08:00