question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker 1.0.3 restarting / error (ARMv7 only)

See original GitHub issue

After pulling the latest docker build, the docker instance wont start and is stuck in a constant restarting loop.

The following command to see whats going on: sudo docker logs --tail 20 --follow --timestamps containername

Results in:

2021-07-14T07:06:53.133558809Z #FailureMessage Object: 0xbeb5c24c
2021-07-14T07:07:54.433098117Z
2021-07-14T07:07:54.433180876Z
2021-07-14T07:07:54.433206784Z #
2021-07-14T07:07:54.433230784Z # Fatal error in , line 0
2021-07-14T07:07:54.433253876Z # unreachable code
2021-07-14T07:07:54.433276913Z #
2021-07-14T07:07:54.433299580Z #
2021-07-14T07:07:54.433322394Z #
2021-07-14T07:07:54.433345006Z #FailureMessage Object: 0xbeb3424c
2021-07-14T07:08:55.696356724Z
2021-07-14T07:08:55.696458391Z
2021-07-14T07:08:55.696482409Z #
2021-07-14T07:08:55.696504279Z # Fatal error in , line 0
2021-07-14T07:08:55.696525650Z # unreachable code
2021-07-14T07:08:55.696546816Z #
2021-07-14T07:08:55.696567557Z #
2021-07-14T07:08:55.696588168Z #
2021-07-14T07:08:55.696608686Z #FailureMessage Object: 0xbe9a224c

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
thespadcommented, Aug 10, 2021

@louislam FYI this issue isn’t going to go away unless someone updates libseccomp2 in the main repo for Debian armv7 (it can also be caused by people running old versions of the Docker engine).

The “fix” is client-side - update libseccomp from the Buster Backports repo and make sure the docker engine is up to date from their repos rather than the distro repos which are frequently way behind. Alpine 3.13 (and indeed 3.14) based build of your image works fine on a patched armv7 Rasbian/Pi OS host.

1reaction
louislamcommented, Jul 14, 2021

So bad… I can’t believe the base image on arm/v7 is not working at all.🙈 Please use 1.0.1 at this moment, I need to find a way to test on arm/v7 to fight with the problem.

While you are at it… maybe wanna see if armv6 is also possible? Would love to run this on my Raspberry Pi Zero 😄

with docker is not possible, base nodejs image do not provide armv6. without docker maybe possible.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'docker build' error: "failed to solve with frontend dockerfile.v0 ...
I get the resulting error from the docker build command: ... It only appears to only break if I attempt to cross-build for...
Read more >
Docker build multiplatform asp.net core 5.0 app on armV7 with ...
I have the same problem. My workaround is doing a normal build (not using buildx) instead of linux/arm/v7.
Read more >
Duplicate events due to multiple homeassistant containers
I got duplicate events due to multiple homeassistant containers. I tried stopping the 2021.2.3 version (docker id 'homeassistant'), ...
Read more >
Allow building multi-architecture Docker images (e.g. ARM ...
We can avoid the --privileged command by running the QEMU files directly. I've attempted to do that below but am given an error...
Read more >
Running under Docker - Node-RED
It describes some of the many ways Node-RED can be run under Docker and has ... If you need to restart the container...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found