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 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlikossbuild authored and Fredrik Folkesson committed Jun 11, 2018
1 parent ec2f7a1 commit cdbbd3b
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ services:
- /var/run/docker.sock:/var/run/docker.sock

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

engine2:
image: qlikcore/engine:12.171.0
image: qlikcore/engine:12.181.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- "9276:9076"
Expand Down
2 changes: 1 addition & 1 deletion examples/dns/docker-compose-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
constraints: [node.role == manager]

qix-engine:
image: qlikcore/engine:12.171.0
image: qlikcore/engine:12.181.0
command: -S AcceptEULA=${ACCEPT_EULA}
ports:
- 9076:9076
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/plain/engine-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: engine
image: "qlikcore/engine:12.171.0"
image: "qlikcore/engine:12.181.0"
imagePullPolicy: IfNotPresent
args: ["-S", "AcceptEULA=no"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/plain/mira-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: mira
image: "qlikcore/mira:0.2.0"
image: "qlikcore/mira:0.3.0"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9100
Expand Down
2 changes: 1 addition & 1 deletion examples/swarm/docker-compose-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock

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

0 comments on commit cdbbd3b

Please sign in to comment.