Docker Development Image Details¶
The goldencode/base_ubuntu_24.04:latest image is the foundational image. It is based off the ubuntu:24.04 image.
There are also custom locales created for use by FWD, and these are also built into the base layer. The fwd user is added as user 1000:1000, and an entrypoint is included which allows the base image to contain any JDK, and to switch to a specific one as specified by an environment variable. This prevents having to build images for each and every Java that is supported.
The base image is used for both a FWD runtime image (not discussed here) and for the development image, goldencode/basedev_ubuntu_24.04:latest.
Show the development tools included:
The image contains a statically linked ncurses library that is then available for use by FWD, and includes some useful Bazaar repositories within the image so they are locally available for use:
- ade_tools_12_8_4
- possenet
- skeleton
- hotel_chui
- hotel_gui
WARNING: these repositories will only be at the revision as of the time the Docker image is built.
© 2004-2026 Golden Code Development Corporation. ALL RIGHTS RESERVED.