Closed vulpeszerda closed 11 months ago
The same issue +1
This is probably related to Alpine 3.19.0
update. Can you please try with the ubuntu flavour and see if that solves your issue?
@mindrunner ubuntu works fine. I tested with runmymind/docker-android-sdk:ubuntu-standalone
Cool, I'd recommend using ubuntu
. alpine
is considered being experimental and is not officially supported. Mileage varies. I might not have time to investigate and fix things, so I guess either someone figures out (PRs welcome) or I sunset alpine images at some point next year. We will see.
Thank you for your efforts.
I used
runmymind/docker-android-sdk:alpine-standalone
for CI, but it crashes sincerunmymind/docker-android-sdk:alpine-standalone-20231209
with error messageAAPT2 aapt2-8.1.4-10154469-linux Daemon #1: Daemon startup failed
I suppose there were some changes in base alpine linux image because alpine-standalone-20231208 and alpine-standalone-20231209 has a difference in base image file hash.
alpine-standalone-20231208
ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in /
alpine-standalone-20231209
ADD file:fc714080c3bcbbce7ac746a10d7b4355ffa36293a8d435d62cd5359ea8eb8364 in /
I changed my Dockerfile to use
alpine-standalone-20231208
instead ofalpine-standalone
and it works fine. However I hope this issue to be resolved for receveing continuous docker image update.Again, thank you for your efforts for maintaining awesome docker image for android 🙂