renovate[bot] and Wolfgang Walther
c5a984b874
chore(deps): update ubuntu:noble docker digest to a08e551
2025-07-19 12:16:50 +00:00
renovate[bot] and Wolfgang Walther
830edaeedf
chore(deps): update ubuntu:noble docker digest to c4570d2
2025-07-16 09:00:05 +00:00
renovate[bot] and Wolfgang Walther
e925665df6
chore(deps): update ubuntu:noble docker digest to e356c06
2025-07-16 08:51:14 +00:00
renovate[bot] and Wolfgang Walther
9625b39873
chore(deps): update ubuntu:noble docker digest to 440dcf6
2025-07-09 07:08:50 +00:00
renovate[bot] and Wolfgang Walther
852f833d56
chore(deps): update all dependencies
2025-03-27 19:32:19 +00:00
Wolfgang Walther
cc22da5a02
fix: Make postgrest binary in arm64 docker image executable
...
This happened in 06aebfaa and caused the arm64 docker image to not start
up properly.
Resolves #3867
2025-01-20 18:24:06 +01:00
Wolfgang Walther
038c05447a
ci: Build the ubuntu-aarch64 binary with new ARM runners
...
The new GitHub arm runners are available, so we can use them to build
the ubuntu aarch64 binary instead of our custom machine.
2025-01-18 17:54:42 +01:00
Joe Nelson and GitHub
2aabbbae58
Dockerfile that works with postgrest 0.4 ( #810 )
...
Also an example docker-compose
2017-02-17 23:43:35 -08:00
Joe Nelson and GitHub
9233d90075
Read settings from config file ( #714 )
2016-10-20 08:34:57 -07:00
Joe Nelson
e8426671c0
v0.3.2.0
2016-06-10 22:43:58 -07:00
Jean-Pierre PRUNARET
16e3b16081
Update postgrest version to 0.3.1.1
2016-03-29 22:54:22 +02:00
Remco Bloemen
82c74ed21f
Use CMD exec in Dockerfile
...
Without exec the `postgrest` process is not run with PID 1 (it
is a child process of the shell that starts it). This means
signals send to the docker (like `docker stop` or ^C) will
not be handled correctly.
However, Linux treats PID 1 as special and sets the SIGTERM
handler to ignore by default. It is also necessary to install
a SIGTERM handler.
This commit adds `exec` to resolve this problem, as per the
recommendation in the Dockerfile documentation:
https://docs.docker.com/engine/reference/builder/#shell-form-entrypoint-example
2016-03-07 18:30:40 +01:00
Bob Colner
b7b082cd8e
updated Dockerfile to use postgrest 3.1.0
2016-03-05 13:07:11 -08:00
Bob Colner
a02632f18c
Update Dockerfile
2016-03-05 12:53:33 -08:00
Bob Colner
ef3e2511fe
PostgRest Dockerfile
...
PostgRest Dockerfile with ENV parameter passthrough.
2016-02-17 10:41:34 -08:00