You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Locally for me, trying right now, the error is (I'm using podman instead of docker so your error could be slightly different):
$ docker build -t mifos-community-app .
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
STEP 1: FROM timbru31/ruby-node:2.7 AS builder
STEP 2: RUN mkdir /usr/src/app
2020-11-03T20:24:56.000558796Z: exec container process `/bin/sh`: Exec format error
STEP 3: FROM nginx:1.19.2
Error: error building at STEP "RUN mkdir /usr/src/app": error while running runtime: exit status 1
On Docker Hub it also fails right now, the error there is:
Starting build of index.docker.io/openmf/community-app:latest...
Step 1/16 : FROM timbru31/ruby-node:2.7 as builder
---> 07ca45e44f08
Step 2/16 : RUN mkdir /usr/src/app
---> Running in 58d3f788dc27
�[91mstandard_init_linux.go:211: exec user process caused "exec format error"
�[0m
Removing intermediate container 58d3f788dc27
The command '/bin/bash -o pipefail -c mkdir /usr/src/app' returned a non-zero code: 1