diff --git a/images/data-sync/helm/values.yaml b/images/data-sync/helm/values.yaml index 55ef75ea..c9e1c6f0 100644 --- a/images/data-sync/helm/values.yaml +++ b/images/data-sync/helm/values.yaml @@ -141,7 +141,6 @@ configmap: auto = true batch = true confirmbigdel = true - copythreshold = 10000 # copyquoterem feature seems to be gone as of 2.53.3 ## copyquoterem = false # SYS-400 overall performance is absolutely awful without this diff --git a/images/data-sync/src/common.prf b/images/data-sync/src/common.prf index 1d9446ac..92feff14 100644 --- a/images/data-sync/src/common.prf +++ b/images/data-sync/src/common.prf @@ -6,7 +6,6 @@ ignore = Name *socket auto = true batch = true confirmbigdel = true -copythreshold = 10000 group = true owner = true diff --git a/images/mariadb-galera/README.md b/images/mariadb-galera/README.md index 8301b87e..9c00edf5 100644 --- a/images/mariadb-galera/README.md +++ b/images/mariadb-galera/README.md @@ -41,7 +41,6 @@ troubleshooting, if you're running a recent version of Docker you can override its ingress load-balancer thus: ~~~ - version: "3.2" services: db: ... @@ -149,4 +148,4 @@ Thanks to ashraf-s9s of severalnines for the healthcheck script. If you want to make improvements to this image, see [CONTRIBUTING](https://github.com/instantlinux/docker-tools/blob/main/CONTRIBUTING.md). -[![](https://img.shields.io/badge/license-GPL--2.0-red.svg)](https://choosealicense.com/licenses/gpl-2.0/ "License badge") [![](https://img.shields.io/badge/code-mariadb%2Fserver-blue)](https://github.com/MariaDB/server "Code repo") \ No newline at end of file +[![](https://img.shields.io/badge/license-GPL--2.0-red.svg)](https://choosealicense.com/licenses/gpl-2.0/ "License badge") [![](https://img.shields.io/badge/code-mariadb%2Fserver-blue)](https://github.com/MariaDB/server "Code repo") diff --git a/images/nagiosql/Dockerfile b/images/nagiosql/Dockerfile index 28c982ef..bbc977db 100644 --- a/images/nagiosql/Dockerfile +++ b/images/nagiosql/Dockerfile @@ -30,13 +30,13 @@ COPY html /var/www/html RUN addgroup -g $NAGIOS_GID nagios && \ adduser -u $APACHE_UID -g Apache -DSH -h /var/www apache && \ adduser -u $NAGIOS_UID -g "Nagios Server" -DSH -h /var/nagios nagios && \ - apk add --update --no-cache apache2 curl nagios=$NAGIOS_VERSION php82 \ - php82-apache2 php82-ftp php82-gettext php82-mysqli php82-pear php82-session \ - php82-pecl-ssh2 tzdata && \ + apk add --update --no-cache apache2 curl nagios=$NAGIOS_VERSION php83 \ + php83-apache2 php83-ftp php83-gettext php83-mysqli php83-pear php83-session \ + php83-pecl-ssh2 tzdata && \ addgroup apache nagios && \ - echo 'date.timezone = UTC' > /etc/php82/conf.d/50-tz.ini && \ + echo 'date.timezone = UTC' > /etc/php83/conf.d/50-tz.ini && \ echo 'include_path = ".:/var/www/nagiosql/libraries/pear"' \ - > /etc/php82/conf.d/50-include.ini && \ + > /etc/php83/conf.d/50-include.ini && \ cd /tmp && \ curl -sLo $NAGIOSQL_DOWNLOAD \ https://sourceforge.net/projects/nagiosql/files/nagiosql/NagiosQL%20${NAGIOSQL_VERSION}/${NAGIOSQL_DOWNLOAD} && \ diff --git a/images/nagiosql/docker-compose.yml b/images/nagiosql/docker-compose.yml index 53b199f4..561a1041 100644 --- a/images/nagiosql/docker-compose.yml +++ b/images/nagiosql/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.1" - services: app: image: instantlinux/nagios:${VERSION_NAGIOS:-latest} diff --git a/lib/build/Makefile.docker_image b/lib/build/Makefile.docker_image index ea514430..eaf5ea40 100644 --- a/lib/build/Makefile.docker_image +++ b/lib/build/Makefile.docker_image @@ -19,6 +19,9 @@ endif ifeq ($(IMAGE),data-sync) PLATFORMS = linux/amd64,linux/aarch64 endif +ifeq ($(IMAGE),mariadb-galera) + PLATFORMS = linux/amd64 +endif ifeq ($(IMAGE),mythtv-backend) PLATFORMS = linux/amd64 endif diff --git a/services/haproxy-keepalived/docker-compose.yml b/services/haproxy-keepalived/docker-compose.yml index efc8ef3e..2aae4548 100644 --- a/services/haproxy-keepalived/docker-compose.yml +++ b/services/haproxy-keepalived/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.1" - services: app: diff --git a/services/keycloak/docker-compose.yml b/services/keycloak/docker-compose.yml index 3c8d8bf4..73a87960 100644 --- a/services/keycloak/docker-compose.yml +++ b/services/keycloak/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: db: image: mariadb:10 diff --git a/services/mythtv-backend/docker-compose.yml b/services/mythtv-backend/docker-compose.yml index c243926d..054138c8 100644 --- a/services/mythtv-backend/docker-compose.yml +++ b/services/mythtv-backend/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.1" - services: app: image: ${REGISTRY_URI:-instantlinux}/mythtv-backend:${VERSION_MYTHTV} diff --git a/services/nut-upsd/docker-compose.yml b/services/nut-upsd/docker-compose.yml index 6e4d7be4..ba22531f 100644 --- a/services/nut-upsd/docker-compose.yml +++ b/services/nut-upsd/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.1" - services: app: image: ${REGISTRY_URI:-instantlinux}/nut-upsd:latest diff --git a/services/restic-server/docker-compose.yml b/services/restic-server/docker-compose.yml index a86c342e..3b025f81 100644 --- a/services/restic-server/docker-compose.yml +++ b/services/restic-server/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.1" - services: app: image: restic/rest-server:${VERSION_RESTIC:-latest}