Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Docker build is broken #3323

@vorburger

Description

@vorburger

Building the Docker image for this project, following our documentation on https://github.com/openMF/community-app#docker, currently fails.

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions