Skip to content

Commit

Permalink
WI-97: Pin versions of base images in all camino docker templates (#56)
Browse files Browse the repository at this point in the history
* Pin image versions

* use stable tags instead for nginx

* switch to bookworm for memcached
  • Loading branch information
chandra-tacc authored Dec 11, 2024
1 parent 42111aa commit 6f5dab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/compose/docker-compose.memcached.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
memcached:
image: memcached:latest
image: memcached:1.6-bookworm
command: ["memcached"]
container_name: portal_memcached
restart: always
Expand Down
2 changes: 1 addition & 1 deletion conf/compose/docker-compose.nginx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
nginx:
image: nginx
image: nginx:stable
volumes:
- ${CAMINO_HOME}/conf/nginx/nginx.conf:/etc/nginx/nginx.conf
- ${CAMINO_HOME}/conf/nginx/templates/default.conf.template:/etc/nginx/templates/default.conf.template
Expand Down

0 comments on commit 6f5dab0

Please sign in to comment.