For developers¶
Building the Linux packages¶
To build the Linux packages, a Makefile is provided, which uses docker for building:
make dockerised_<name>
where <name> can be one of:
dockerised_deb_debian_bullseyedockerised_deb_debian_bookwormdockerised_deb_ubuntu_bionicdockerised_deb_ubuntu_focaldockerised_rpm_centos7dockerised_rpm_centos8dockerised_rpm_centos_streamdockerised_rpm_opensuse15.3dockerised_rpm_opensuse_tumbleweeddockerised_rpm_rocky8dockerised_rpm_rocky8.5dockerised_all_packages(to build all of the above)
The resulting files are copied out of the build container to the ../results folder.
Docker for SSH-OIDC¶
motley_cue_docker allows you to run the whole SSH-OIDC set-up in Docker containers.
Warning
motley_cue_docker is not regularly maintained.