44 Commits

Author SHA1 Message Date
lovasoa 9feeb13326 update rust to rust 1.82 2024-10-30 11:45:03 +01:00
lovasoa 25ce73de79 update to rust 1.81
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
2024-09-25 21:29:12 +02:00
lovasoa 6c6a119256 update docker to rust 1.80 2024-08-06 21:49:08 +02:00
lovasoa b0b52f33e5 fix dockerfile format warning 2024-07-23 22:28:11 +02:00
lovasoa c1a1a302fd update rust version 2024-07-12 19:46:39 +02:00
lovasoa 1cb8f9455a simplify docker cross-compilation 2024-05-04 15:38:29 +02:00
lovasoa 63626e48f6 fix location of cargo config 2024-05-04 15:14:26 +02:00
lovasoa 5ba6b50782 fix dockerfile 2024-05-04 14:26:43 +02:00
lovasoa 7727ff4a1a update to rust 1.78 2024-05-02 18:45:39 +02:00
lovasoa 2abcb77627 initial oidc example 2024-04-26 01:11:51 +02:00
lovasoa 59f4d8a562 update rust version in docker images 2024-03-30 22:57:44 +01:00
Ophir LOJKINE e3fb2f8acc Introduce SQLPAGE_CONFIGURATION_DIRECTORY (#243)
* Introduce SQLPAGE_CONFIGURATION_DIRECTORY

Makes the configuration directory configurable instead of it being hardcoded to "./sqlpage/"

* logging
2024-02-25 19:23:17 +01:00
lovasoa 79a7c833b0 run as user 1000 by default in docker images
update rust version in docker images to 1.74
2023-11-21 00:42:56 +01:00
lovasoa 5889de7866 Update to rust 1.73 2023-10-10 15:16:18 +02:00
lovasoa 68e83d8e8c docker fix typo in env variable
fixes #98
2023-10-09 13:48:11 +02:00
lovasoa a499d9671c change default working directory to /etc 2023-10-03 13:07:41 +02:00
lovasoa 2f38e8482e Include a default rw sqlite db in the docker image
Fixes https://github.com/lovasoa/SQLpage/issues/94
2023-10-03 12:51:41 +02:00
lovasoa a1501d882d fix redundant docker layer 2023-10-03 03:58:20 +02:00
lovasoa 59412b9e3f fix armv7 build 2023-10-03 03:24:12 +02:00
lovasoa 9213fe0434 remove unused install 2023-10-03 03:20:02 +02:00
lovasoa 8d09c80530 fix native rust build on exotic targets 2023-10-03 03:17:36 +02:00
lovasoa 4a32aca0ef docker cross compilation 2023-10-03 02:56:24 +02:00
lovasoa d822f84ccc update docker rust version 2023-10-03 00:13:46 +02:00
lovasoa fb719627d5 update to rust 1.71 2023-07-15 20:01:49 +02:00
lovasoa 29ed56efa1 remove useless layer in dockerfile 2023-07-03 02:40:51 +02:00
lovasoa 9d22c07371 update rust 2023-06-08 01:47:31 +02:00
lovasoa efadd114b2 update rust version 2023-01-28 20:01:51 +01:00
lovasoa 6e4786cccc build superoptimized releases 2023-01-28 20:00:26 +01:00
lovasoa 4405554836 reduce image size 2023-01-23 13:54:01 +01:00
lovasoa 9a27b0af3c update build dependencies 2023-01-23 01:20:39 +01:00
lovasoa f23153af90 remove clippy and rustfmt from docker image 2022-11-20 14:24:43 +01:00
lovasoa f30636c151 don't test when building docker image 2022-11-12 13:12:30 +01:00
lovasoa 3d191afbf9 pedantic clippy 2022-11-12 13:03:33 +01:00
lovasoa 104bbcf63c Remove now unnecessary files from docker image 2022-09-25 00:30:15 +02:00
lovasoa 20cf4d7b05 wiser DATABASE_URL defaults 2022-09-06 14:44:50 +02:00
lovasoa 2dbbab79fa Add support for building docker image faster without running integrity checks 2022-09-03 14:36:16 +02:00
lovasoa 22ec34b4bb Add index.sql to docker image 2022-09-01 20:31:21 +02:00
lovasoa c306a353e3 Remove lambda from main docker image 2022-09-01 20:16:39 +02:00
lovasoa 52aad00993 fix dockerfile 2022-09-01 18:50:29 +02:00
lovasoa a9222f5114 Add lambda serverless compile target 2022-08-31 23:55:12 +02:00
lovasoa 2bd3cf7a5a fix dockerfile, static build on alpine 2022-08-30 20:55:11 +02:00
lovasoa bd4f8a3fa7 improve Dockerfile 2022-08-29 23:57:19 +02:00
lovasoa dd3c16dcf2 prevent building docker image when code is incorrect 2022-08-29 23:24:44 +02:00
lovasoa 9074ca3e9d add dockerfile 2022-08-29 19:19:49 +02:00