Open odidev opened 2 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Hi Team,
I am trying to use tnozicka/openshift-acme on ARM64 architecture but it seems the arm64 tag is not available in Docker Hub.
I tried to build the image using the command docker build -t . It is using openshift/origin-release:golang-1.13 as the base image but it is not available for the arm64 platform. I tried to build this for arm64 but here the base image used is openshift/origin-base.
I have build the openshift/origin-base for arm64 on my local machine and using this i have build openshift/origin-release:golang-1.13 and further using this I have build the docker image for arm64 for tnozicka/openshift-acme.
Changes required: https://github.com/odidev/openshift-acme/commit/fecde91b1bba620ad33666bd75e1fb182ea0a2b9
Issue is already raised to release image for arm64 for openshift/origin-release:golang-1.13.
Issue link: https://github.com/openshift/origin/issues/26260
Do you have any plans on releasing arm64 images?
May I know how the amd64 image is getting published on Dockerhub?
It would be very helpful if the tnozicka/openshift-acme images are released for arm64. If required, I am happy to contribute.