Skip to content

Commit a027455

Browse files
committed
bump images in nested spire example
1 parent 500509d commit a027455

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose/nested-spire/docker-compose.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: '3'
22
services:
33
# Root
44
root-server:
5-
image: ghcr.io/spiffe/spire-server:1.5.1
5+
image: ghcr.io/spiffe/spire-server:1.11.2
66
hostname: root-server
77
volumes:
88
- ./root/server:/opt/spire/conf/server
99
command: ["-config", "/opt/spire/conf/server/server.conf"]
1010
root-agent:
1111
# Share the host pid namespace so this agent can attest the nested servers
1212
pid: "host"
13-
image: ghcr.io/spiffe/spire-agent:1.5.1
13+
image: ghcr.io/spiffe/spire-agent:1.11.2
1414
depends_on: ["root-server"]
1515
hostname: root-agent
1616
volumes:
@@ -23,7 +23,7 @@ services:
2323
nestedA-server:
2424
# Share the host pid namespace so this server can be attested by the root agent
2525
pid: "host"
26-
image: ghcr.io/spiffe/spire-server:1.5.1
26+
image: ghcr.io/spiffe/spire-server:1.11.2
2727
hostname: nestedA-server
2828
labels:
2929
# label to attest server against root-agent
@@ -35,7 +35,7 @@ services:
3535
- ./nestedA/server:/opt/spire/conf/server
3636
command: ["-config", "/opt/spire/conf/server/server.conf"]
3737
nestedA-agent:
38-
image: ghcr.io/spiffe/spire-agent:1.5.1
38+
image: ghcr.io/spiffe/spire-agent:1.11.2
3939
hostname: nestedA-agent
4040
depends_on: ["nestedA-server"]
4141
volumes:
@@ -45,7 +45,7 @@ services:
4545
nestedB-server:
4646
# Share the host pid namespace so this server can be attested by the root agent
4747
pid: "host"
48-
image: ghcr.io/spiffe/spire-server:1.5.1
48+
image: ghcr.io/spiffe/spire-server:1.11.2
4949
hostname: nestedB-server
5050
depends_on: ["root-server","root-agent"]
5151
labels:
@@ -57,7 +57,7 @@ services:
5757
- ./nestedB/server:/opt/spire/conf/server
5858
command: ["-config", "/opt/spire/conf/server/server.conf"]
5959
nestedB-agent:
60-
image: ghcr.io/spiffe/spire-agent:1.5.1
60+
image: ghcr.io/spiffe/spire-agent:1.11.2
6161
hostname: nestedB-agent
6262
depends_on: ["nestedB-server"]
6363
volumes:

0 commit comments

Comments
 (0)