TrueCommand ARM64 container image

MrBucket101

Dabbler
Joined
Jul 9, 2018
Messages
18
I've got a raspberry pi cluster running k3s, that I run various services on. It's not uncommon to run into images that weren't built for ARM. I'll usually build the image myself or submit a PR to add multi-arch support to their build system.

Usually, its as simple as installing docker-buildx, and adding --platform=linux/arm64, linux/amd64 to the build command

Unfortunately, I couldn't find the Dockerfile for TrueCommand, and furthermore, the setup scripts provided, install docker and pull the ixsystems/truecommand image

With no way of knowing how to manually install TrueCommand, I can't create my own image, and without access to the TrueCommand Dockerfile, I also can't build an ARM64 image either.

Is it possible to request an ARM64 build of Truecommand?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
TrueCommand is closed source.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
I doubt, iX would build and support that. But I might be wrong. Open an issue in JIRA for your request.
 
Top