Archisteamfarm: ASF in Docker does not start on Raspberry Pi 4 runing Raspberry Pi OS 32bit

Created on 24 Jun 2020  路  2Comments  路  Source: JustArchiNET/ArchiSteamFarm

Bug report

Description

ASF in Docker does not start on Raspberry Pi 4 runing Raspberry Pi OS 32bit

Expected behavior

ASF should start in Docker container

Current behavior

ASF does not start

Possible solution

Probably some dependency is for another architecture not armhf or Docer container is build for another platform

Steps to reproduce

Run latest ASF in container on raspberry Pi 4

Full log.txt recorded during reproducing the problem

logs from container contains only

standard_init_linux.go:211: exec user process caused "exec format error"

Additional info

Docker image used is
justarchi/archisteamfarm:latest-arm

Bug Confirmed Low priority Regression

Most helpful comment

Apparently docker classified the ARG DOTNET_ARCH as part of the FROM above and not standalone command, which actually works according to the documentation, but is a bit stupid as global ARGs can only be declared before the first FROM entry. This resulted in x64 arch being always used as part of the release.

Sorry for that, the fix is on its way in V4.2.3.3. Thanks for report 馃弳

All 2 comments

Apparently docker classified the ARG DOTNET_ARCH as part of the FROM above and not standalone command, which actually works according to the documentation, but is a bit stupid as global ARGs can only be declared before the first FROM entry. This resulted in x64 arch being always used as part of the release.

Sorry for that, the fix is on its way in V4.2.3.3. Thanks for report 馃弳

not a problem, thanks for quick fix!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sirogabober picture Sirogabober  路  4Comments

JustArchi picture JustArchi  路  3Comments

Gilrain picture Gilrain  路  3Comments

ludo237 picture ludo237  路  3Comments

light444 picture light444  路  3Comments