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 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild committed Aug 18, 2019
1 parent 2b607b0 commit 860af96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -12,15 +12,15 @@ services:
user: root

engine1:
image: qlikcore/engine:12.424.0
image: qlikcore/engine:12.429.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- "9176:9076"
labels:
qix-engine: ""

engine2:
image: qlikcore/engine:12.424.0
image: qlikcore/engine:12.429.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- "9276:9076"
Expand Down
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.424.0
image: qlikcore/engine:12.429.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.424.0"
image: "qlikcore/engine:12.429.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.424.0"
image: "qlikcore/engine:12.429.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.424.0
image: qlikcore/engine:12.429.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- 9076:9076
Expand Down

0 comments on commit 860af96

Please sign in to comment.