adamant-kite-43734
09/11/2023, 2:14 PMproud-jewelry-46860
09/11/2023, 4:15 PMRUN
in a Dockerfile
(which you have here), with an error about /sys/fs/cgroup/openrc
in there somewhere (which we're still looking into).proud-easter-69184
09/11/2023, 4:18 PMproud-jewelry-46860
09/11/2023, 4:31 PMONBUILD
you have above):
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 56B 0.0s
=> [internal] load metadata for <http://docker.io/library/base:latest|docker.io/library/base:latest> 0.0s
=> CACHED [1/2] FROM <http://docker.io/library/base|docker.io/library/base> 0.0s
=> ERROR [2/2] RUN exit 1 0.2s
------
> [2/2] RUN exit 1:
------
Dockerfile:1
--------------------
1 | >>> FROM base
2 | RUN true
3 |
--------------------
ERROR: failed to solve: process "/bin/sh -c exit 1" did not complete successfully: exit code: 1
proud-jewelry-46860
09/11/2023, 4:32 PMdocker inspect base --format '{{ json .Config.OnBuild }}'
shows ["RUN exit 1"]