project-zot / zot

zot - A scale-out production-ready vendor-neutral OCI-native container image/artifact registry (purely based on OCI Distribution Specification)
https://zotregistry.dev
Apache License 2.0
881 stars 94 forks source link

fix stacker files for arm64 arch #546

Closed rchincha closed 2 years ago

rchincha commented 2 years ago

Describe the bug Since zot is built with PIE mode, we need a runtime to launch zot. Currently, stacker.yaml uses alpine as the base image, however, amd64 correctly but not arm64. arm64v8

Need a way to use "from: arm64v8/alpine:3" from our ci/cd pipeline.

rchincha commented 2 years ago

Also, in our ci/cd pipeline, we are doing docker and podman run, but we also need a client to actually connect to the running service. That is the real test.