You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
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 <image_name> . 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.
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.
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 <image_name> . 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:
odidev@fecde91
Issue is already raised to release image for arm64 for openshift/origin-release:golang-1.13.
Issue link: openshift/origin#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.
The text was updated successfully, but these errors were encountered: