Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Automated: Bump Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild committed Sep 13, 2020
1 parent fc36650 commit be26570
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/dns/docker-compose-dns.yml
Expand Up @@ -15,7 +15,7 @@ services:
user: root

qix-engine:
image: qlikcore/engine:12.754.0
image: qlikcore/engine:12.792.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- 9076:9076
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/plain.namespaced/engine-deployment.yml
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: engine
image: "qlikcore/engine:12.754.0"
image: "qlikcore/engine:12.792.0"
imagePullPolicy: IfNotPresent
args: ["-S", "AcceptEULA=no"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/plain/engine-deployment.yml
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: engine
image: "qlikcore/engine:12.754.0"
image: "qlikcore/engine:12.792.0"
imagePullPolicy: IfNotPresent
args: ["-S", "AcceptEULA=no"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/swarm/docker-compose-swarm.yml
Expand Up @@ -14,7 +14,7 @@ services:
user: root

qix-engine:
image: qlikcore/engine:12.754.0
image: qlikcore/engine:12.792.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- 9076:9076
Expand Down

0 comments on commit be26570

Please sign in to comment.