Skip to content

Commit def9ea0

Browse files
committed
trying to find a workaround to spire not supporting cgroupv2
1 parent b83f951 commit def9ea0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

client/container_preparation/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [ -n "$encrypted" ]; then
7373
fi
7474

7575

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)
7777

7878
#
7979
## [END] Perform node attestation

server/tools/digests

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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

utils/agent-on-the-fly.conf

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ plugins {
2424
}
2525

2626
WorkloadAttestor "unix" {
27-
plugin_data {}
27+
plugin_data {
28+
discover_workload_path = true
29+
}
30+
}
31+
32+
WorkloadAttestor "systemd" {
2833
}
2934

3035
WorkloadAttestor "docker" {

0 commit comments

Comments
 (0)