You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently in older linux kernels or docker installs (the alpine bug report isn't sure which), DNS sometimes doesn't work, and we can't build this image since github.com fails to resolve in the second line of this RUN.
In #1034 I proposed downgrading to Alpine 3.12, which doesn't have this bug (but also doesn't create new directories while unzipping files).
Alpine 3.12 EOLs May 1, 2022, we should update by then, decide that we aren't concerned with older kernels (or docker installs), or pick a different image for this proxy.
This ticket is to track potentially upgrading our docker alpine image to something newer than 3.12 once this bug is fixed (note, they don't seem to consider this to be a bug at all), or we decide to require docker/linux upgrades on users.
The text was updated successfully, but these errors were encountered:
…1034)
Apparently in older linux kernels or docker installs (the alpine bug report isn't sure which), DNS sometimes doesn't work, and we can't build this image since github.com fails to resolve in the second line of this RUN.
In Alpine 3.12, unzip doesn't create the directory automatically, so we need to make it ahead of time.
Alpine 3.12 EOLs May 1, 2022, we should update by then, decide that we aren't concerned with older kernels (or docker installs), or pick a different image for this proxy.
alpinelinux/docker-alpine#155
See #1119 for later followup.
Apparently in older linux kernels or docker installs (the alpine bug report isn't sure which), DNS sometimes doesn't work, and we can't build this image since github.com fails to resolve in the second line of this RUN.
In #1034 I proposed downgrading to Alpine 3.12, which doesn't have this bug (but also doesn't create new directories while unzipping files).
Alpine 3.12 EOLs May 1, 2022, we should update by then, decide that we aren't concerned with older kernels (or docker installs), or pick a different image for this proxy.
alpinelinux/docker-alpine#155
This ticket is to track potentially upgrading our docker alpine image to something newer than 3.12 once this bug is fixed (note, they don't seem to consider this to be a bug at all), or we decide to require docker/linux upgrades on users.
The text was updated successfully, but these errors were encountered: