Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpine/socat container pinned at old version lacking arm64 platform #5279

Closed
dboreham opened this issue Apr 21, 2022 · 2 comments
Closed

alpine/socat container pinned at old version lacking arm64 platform #5279

dboreham opened this issue Apr 21, 2022 · 2 comments
Milestone

Comments

@dboreham
Copy link
Contributor

As far as I can see the alpine/socat image used is defined here as version 1.7.3.4-r0
That version is quite old and is only available for the amd64 platform on Docker Hub.
The current version 1.7.4.3-r0 is available for other platforms including the increasingly popular arm64.

Used as-is on an arm64 Linux system, it'll fail like this:

    2022-04-20 21:01:21.044 [pool-1-thread-1 @coroutine#7] ERROR 🐳 [alpine/socat:1.7.3.4-r0] traceId:  spanId:  - Log output from the failed container:
    standard_init_linux.go:228: exec user process caused: exec format error
@dboreham
Copy link
Contributor Author

Note a workaround is to override the default image for alpine/socat like so:

$ grep socat ~/.testcontainers.properties
socat.container.image=alpine/socat:latest

@kiview
Copy link
Member

kiview commented Apr 21, 2022

Fixed by #5280

@kiview kiview closed this as completed Apr 21, 2022
@kiview kiview added this to the next milestone Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants