Sign inSign up

openscad/appimage-arm64v8-base

By openscad

Updated about 3 years ago

Image
Languages & frameworks
Integration & delivery
Internet of things
0

336

openscad/appimage-arm64v8-base repository overview

docker-openscad

This repository collects OpenSCAD related docker files. Some are meant for internal use in the OpenSCAD CI automation.

General use

For general use, please check the openscad/openscad images published and documented at Docker Hub.

CI support, for internal use

  • openscad/appimage-*
  • openscad/mxe-*
  • openscad/src-*

Debug Builds

Creating an image with debug symbols depends if the app is compiled with cmake or qmake. To enable debugging set BUILD_TYPE="Debug" and DEBUG="+" in `scripts/build-images.sh

Before

--build-arg BUILD_TYPE="Release" \
--build-arg DEBUG="-" \

After

--build-arg BUILD_TYPE="Debug" \
--build-arg DEBUG="+" \

Example to run gdb in a container

docker run --ulimit core=-1 -it -v $(pwd):/input openscad/openscad:2021.01-debug
apt update; apt install gdb -y
xvfb-run gdb --ex run --args openscad --info

Tag summary

Content type

Image

Digest

sha256:dd2ac1a0a

Size

1.1 GB

Last updated

about 3 years ago

docker pull openscad/appimage-arm64v8-base