File tree 3 files changed +10
-4
lines changed
client/container_preparation
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ if [ -n "$encrypted" ]; then
73
73
fi
74
74
75
75
76
- ps -p $spire_agent_pid > /dev/null || ( echo " spire agent died, aborting" ; end_entrypoint " $spire_agent_pid " 1)
76
+ ps $spire_agent_pid > /dev/null || ( echo " spire agent died, aborting" ; end_entrypoint " $spire_agent_pid " 1)
77
77
78
78
#
79
79
# # [END] Perform node attestation
Original file line number Diff line number Diff line change 1
- lumi-sd/data_prep:latest
2
- sd-container/client:latest
1
+ ghcr.io/cscfi/hpcs/data-prep:dockerfile_everywhere
2
+ ghcr.io/cscfi/hpcs/container-prep:dockerfile_everywhere
3
+ ghcr.io/cscfi/hpcs/job-prep:dockerfile_everywhere
Original file line number Diff line number Diff line change @@ -24,7 +24,12 @@ plugins {
24
24
}
25
25
26
26
WorkloadAttestor "unix" {
27
- plugin_data {}
27
+ plugin_data {
28
+ discover_workload_path = true
29
+ }
30
+ }
31
+
32
+ WorkloadAttestor "systemd" {
28
33
}
29
34
30
35
WorkloadAttestor "docker" {
You can’t perform that action at this time.
0 commit comments