This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from b502b904 Merge main branch changes to next.
add e4cd4e57 GUACAMOLE-1374: Migrate to modular, parallelizable Docker
build.
add f4921296 GUACAMOLE-1374: Deprecate GUACD_LOG_LEVEL in favor of
LOG_LEVEL.
add 76adb7e1 GUACAMOLE-1374: Remove WITH_SSE2 option from FreeRDP build
(deprecated for 3.x and default for all versions).
add d9ff15e6 GUACAMOLE-1374: Broaden Docker build to cover additional
architectures (not necessarily tested, especially 32-bit).
add 8681917f GUACAMOLE-1374: Work around FreeRDP+GCC false-positive
deprecation warnings.
add f37fa09e GUACAMOLE-1374: Merge migrate to LOG_LEVEL and modular Docker
build.
add 138a8930 Merge 1.6.0 changes to patch.
add 2f09f6d5 Merge patch branch changes to main.
new ea6ef76c Merge main branch changes to next.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dockerfile | 244 ++++++++++++++++++++++++++++---------
src/guacd-docker/bin/autobuild.sh | 144 ++++++++++++++++++++++
src/guacd-docker/bin/build-all.sh | 136 ---------------------
src/guacd-docker/bin/entrypoint.sh | 11 ++
4 files changed, 340 insertions(+), 195 deletions(-)
create mode 100755 src/guacd-docker/bin/autobuild.sh
delete mode 100755 src/guacd-docker/bin/build-all.sh
create mode 100755 src/guacd-docker/bin/entrypoint.sh