Skip to content

Commit

Permalink
Use specific docker image tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Jan 9, 2025
1 parent 155c55a commit f2a6702
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- "${MSP_LOCAL_PATH}${MSP}:${MSP}"

export-service:
image: quay.io/massbank/massbank3-export-service:dev
image: quay.io/massbank/massbank3-export-service:latest
restart: always
ports:
- "${EXPORT_SERVICE_PORT}:8080"
Expand Down
1 change: 0 additions & 1 deletion k8s/massbank3-export-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
containers:
- name: massbank3-export-service
image: quay.io/massbank/massbank3-export-service:v1.0 # Container Image
imagePullPolicy: Always
envFrom:
- configMapRef:
name:
Expand Down
3 changes: 1 addition & 2 deletions k8s/massbank3-similarity-service-cosine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ spec:
spec:
containers:
- name: massbank3-similarity-service-cosine
image: quay.io/massbank/massbank3-similarity-service:latest # Container Image
imagePullPolicy: Always
image: quay.io/massbank/massbank3-similarity-service:v1.0-matchms-0.28.2 # Container Image
envFrom:
- configMapRef:
name:
Expand Down

0 comments on commit f2a6702

Please sign in to comment.