renovate[bot] and Wolfgang Walther
7ce2b3c4e9
chore(deps): update ubuntu:noble docker digest to 440dcf6
2025-07-08 20:05:31 +00:00
renovate[bot] and Wolfgang Walther
cba7fc950b
chore(deps): update ubuntu:noble docker digest to b59d215
2025-06-17 20:37:37 +00:00
renovate[bot] and Wolfgang Walther
066b136597
chore(deps): update ubuntu:noble docker digest to 6015f66
2025-05-07 16:24:23 +00:00
renovate[bot] and Wolfgang Walther
cbc2bcfcff
chore(deps): update ubuntu:noble docker digest to 1e622c5
2025-04-20 09:15:09 +00:00
renovate[bot] and Wolfgang Walther
8d1bd61e69
chore(deps): update ubuntu:noble docker digest to 7229784
2025-02-26 17:49:50 +01:00
Wolfgang Walther
e2dd4354d5
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:23:19 +01:00
Wolfgang Walther
06aebfaaaf
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 18:01:35 +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