Adaptations for the new baseimage version 4.

This commit is contained in:
Jocelyn Le Sage 2022-10-07 09:37:43 -04:00
parent 1b36ec0101
commit 32b23d080a
14 changed files with 52 additions and 149 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
echo "$APP_NAME is likely to crash because it requires the membarrier system call. See the documentation of this Docker container to find out how this system call can be allowed."

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
echo "$APP_NAME requires the membarrier system call."