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."

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
echo "$APP_NAME is likely to crash because of the lack of shared memory. Size of shared memory needs to be increased. See the documentation of the Docker container to find out how this can be done."

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
echo "$APP_NAME lacks of shared memory."

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
echo "A $APP_NAME tab crashed because of the lack of shared memory. Size of shared memory needs to be increased. See the documentation of this Docker container to find out how this can be done."

View file

@ -1,2 +1,2 @@
#!/usr/bin/with-contenv sh
#!/bin/sh
echo "$APP_NAME lacks of shared memory."