renovate[bot] and Wolfgang Walther
8bdef234c6
chore(deps): update ubuntu:noble docker digest to c35e29c
2025-11-15 13:52:14 +00:00
renovate[bot] and Wolfgang Walther
aa34503ce0
chore(deps): update ubuntu:noble docker digest to 66460d5
2025-10-13 10:35:46 +00:00
renovate[bot] and Wolfgang Walther
f1584c1e7e
chore(deps): update ubuntu:noble docker digest to 59a458b
2025-10-10 07:33:40 +00:00
renovate[bot] and Wolfgang Walther
e02461d457
chore(deps): update ubuntu:noble docker digest to 728785b
2025-10-03 13:34:36 +00:00
renovate[bot] and Wolfgang Walther
2d73644e71
chore(deps): update ubuntu:noble docker digest to fdb6c9c
2025-10-02 10:04:17 +00:00
renovate[bot] and Wolfgang Walther
e6a2551813
chore(deps): update all dependencies
2025-10-02 09:23:44 +00:00
renovate[bot] and Wolfgang Walther
308c2a789a
chore(deps): update ubuntu:noble docker digest to 353675e
2025-09-17 10:32:14 +00:00
renovate[bot] and Wolfgang Walther
81ef374723
chore(deps): update ubuntu:noble docker digest to 590e57a
2025-09-16 09:36:58 +00:00
renovate[bot] and Wolfgang Walther
1b353590ff
chore(deps): update ubuntu:noble docker digest to 9cbed75
2025-09-03 12:50:39 +00:00
renovate[bot] and Wolfgang Walther
394aa026d3
chore(deps): update ubuntu:noble docker digest to f3b7f1b
2025-09-02 08:18:24 +00:00
renovate[bot] and Wolfgang Walther
beb7d4f0e0
chore(deps): update ubuntu:noble docker digest to 7c06e91
2025-08-13 07:19:03 +00:00
renovate[bot] and Wolfgang Walther
dba6bda214
chore(deps): update ubuntu:noble docker digest to a08e551
2025-07-19 12:17:00 +00:00
renovate[bot] and Wolfgang Walther
f82a11df49
chore(deps): update ubuntu:noble docker digest to c4570d2
2025-07-16 09:05:25 +00:00
renovate[bot] and Wolfgang Walther
a64e6fe87f
chore(deps): update ubuntu:noble docker digest to e356c06
2025-07-16 08:51:04 +00:00
renovate[bot] and Wolfgang Walther
be4662e96e
chore(deps): update all dependencies
2025-07-09 07:09:10 +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