mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-10-14 10:57:32 +08:00
Fixed PostgreSQL 17 on Ubuntu images
This commit is contained in:
1
.github/workflows/images_build.yml
vendored
1
.github/workflows/images_build.yml
vendored
@@ -730,6 +730,7 @@ jobs:
|
|||||||
egress-policy: block
|
egress-policy: block
|
||||||
allowed-endpoints: >
|
allowed-endpoints: >
|
||||||
api.github.com:443
|
api.github.com:443
|
||||||
|
apt.postgresql.org:80
|
||||||
auth.docker.io:443
|
auth.docker.io:443
|
||||||
dl-cdn.alpinelinux.org:443
|
dl-cdn.alpinelinux.org:443
|
||||||
github.com:443
|
github.com:443
|
||||||
|
@@ -21,7 +21,6 @@
|
|||||||
],
|
],
|
||||||
"ubuntu": [
|
"ubuntu": [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm/v7",
|
|
||||||
"linux/arm64",
|
"linux/arm64",
|
||||||
"linux/s390x"
|
"linux/s390x"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user