Natanael Copa

Results 97 comments of Natanael Copa

This may be related: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements

Do you have a simple way to reproduce this? The log refers to a file: > R8 =0x00007fbd225fa7d9: _fini+0x00000000000011c1 in /tmp/libio_grpc_netty_shaded_netty_transport_native_epoll_x86_6416071984154372277913.so at 0x00007fbd225ee000 R9 =0x0 is NULL I wonder if...

> 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] This is linked to GNU libc. mixing this with musl libc is not supported and may or may not work. The correct fix is...

> Can confirm this issue is also affecting our pipelines which are based on alpine:3.12 or postgres:12.3-alpine ... not sure why apk upgrade needs to remove /var/run/secrets/* from the image...

Maybe `docker pull alpine:3.11` helps? I am not able to reproduce: ```console $ docker run --rm -it alpine:3.11 apk -v --update add --no-cache jq python3 py3-pip curl ca-certificates fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz...

They are probably not needed, but I don't think they hurt either. They are leftovers from the days where containers weren't invented yet. Btw. also debian has `news`. ``` $...

This is a busybox bug/feature. I agree that it is annoying and would be nice to fix. Could you please report it here: https://bugs.busybox.net/ I can try give it a...

I'd be happy to fix it if someone could tell what the problem is. To my understanding the problem is busybox `nslookup`? There are a bunch of "me-too" comments that...

does it work with `nslookup` from `bind-tools`?

awk vulnerability (CVE-2022-30065) was fixed in 3.16.1 https://alpinelinux.org/posts/Alpine-3.16.1-released.html https://github.com/docker-library/official-images/pull/12808