conjur
conjur copied to clipboard
Conjur has a Docker image with ARM64 support
Is your feature request related to a problem? Please describe.
I would like to see conjur container image in linux/arm64, apart from linux/amd64 because devices like Raspberry Pi and new Mac using M1 chipset are now ARM based.
.
Describe the solution you would like
CyberArk/conjur
image avaliable in both linux/arm64
& linux/amd64
, just like quincycheng/conjur
And to support the build of the CyberArk/conjur
image, all builder images MUST support linux/arm64
as well, including:
-
openssl-builder
-
ubuntu-ruby-builder
-
postgres-client-builder
-
ubuntu-ruby-fips
Please refer to the following diagram about their relationship:
Describe alternatives you have considered
There's no alternative to execute non-arm64 based image on arm64-based devices.
Additional context
- Currently Conjur is NOT pure Ruby, meaning that the code is not portable, hence the code changes, and dedicated testing on
linux/arm64
build is required -
openssl 1.0.2
used inopenssl-builder
is no longer supported