Skip to content

Commit b575713

Browse files
authored
Merge pull request #172 from opencloud-eu/pin-image-versions-for-stable-4
enhance: pin Docker image versions to specific tags
2 parents 497f096 + 2cee7c8 commit b575713

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ TRAEFIK_LOG_LEVEL=
8383
# For production releases: "opencloudeu/opencloud"
8484
# For rolling releases: "opencloudeu/opencloud-rolling"
8585
# Defaults to production if not set otherwise
86-
OC_DOCKER_IMAGE=opencloudeu/opencloud-rolling
86+
OC_DOCKER_IMAGE=opencloudeu/opencloud
8787
# The openCloud container version.
8888
# Defaults to "latest" and points to the latest stable tag.
8989
OC_DOCKER_TAG=

idm/ldap-keycloak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
restart: always
6565

6666
postgres:
67-
image: postgres:17-alpine
67+
image: postgres:17.7-alpine
6868
networks:
6969
opencloud-net:
7070
volumes:

search/tika.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
tika:
4-
image: ${TIKA_IMAGE:-apache/tika:latest}
4+
image: ${TIKA_IMAGE:-apache/tika:3.2.3.0}
55
# Using the base variant for smaller image size and faster startup
66
# The base variant includes core functionality for text extraction
77
# Full variant is only needed for specialized OCR/image processing

testing/external-keycloak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
postgres:
4-
image: postgres:17-alpine
4+
image: postgres:17.7-alpine
55
networks:
66
opencloud-net:
77
volumes:

traefik/opencloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- "traefik.http.services.opencloud.loadbalancer.server.port=9200"
1010
- "traefik.http.routers.opencloud.${TRAEFIK_SERVICES_TLS_CONFIG}"
1111
traefik:
12-
image: traefik:v3
12+
image: traefik:v3.6.2
1313
# release notes: https://github.com/traefik/traefik/releases
1414
user: ${TRAEFIK_CONTAINER_UID_GID:-0:0}
1515
networks:

0 commit comments

Comments
 (0)