proper terminate all background processes in ucind containers

This commit is contained in:
Pavel Sviderski
2024-11-29 09:46:29 +10:00
parent 48767125f4
commit bdd034d169
2 changed files with 27 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ RUN apk --no-cache add crane
RUN crane pull "${CORROSION_IMAGE}" /corrosion.tar
# Uncloud-in-Docker (ucind) image for running Uncloud test clusters using Docker.
FROM docker:27.3.1-dind AS ucind
# Create system group and user 'uncloud'.
RUN addgroup -S uncloud && adduser -SHD -h /nonexistent -G uncloud -g "" uncloud