Mike Jumper created GUACAMOLE-1891:
--------------------------------------
Summary: guacamole-server Docker image no longer builds as of
Alpine 3.19
Key: GUACAMOLE-1891
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1891
Project: Guacamole
Issue Type: Bug
Components: guacd-docker
Reporter: Mike Jumper
The guacamole-server Docker image now fails to build as of the release of
Alpine 3.19 earlier this month (December 2023), as the
{{openssl1.1-compat-dev}} package is no longer present:
{code:none}
1.005 fetch
https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
1.430 fetch
https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
2.136 ERROR: unable to select packages:
2.136 openssl1.1-compat-dev (no such package):
2.136 required by: world[openssl1.1-compat-dev]
{code}
It's possible to still build the image by manually overriding the base image to
Alpine 3.18 using {{--build-arg="ALPINE_BASE_IMAGE=3.18"}} when building.
*NOTE:* Full EOL date for Alpine 3.18 is 2025-05-09.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)