anax icon indicating copy to clipboard operation
anax copied to clipboard

Bug: Alpine Dockerfile Issues

Open naphelps opened this issue 1 year ago • 0 comments

Describe the bug.

  1. The base image is version 3.7. This was last updated June 19, 2019. https://github.com/open-horizon/anax/blob/69bc5f7323ccba1dd35c9adb47f006b4ca54245b/anax-in-container/Dockerfile.alpine.amd64#L1

  2. This Dockerfile references microdnf to work with packages, but Alpine Linux uses apk as its package manager. https://github.com/open-horizon/anax/blob/69bc5f7323ccba1dd35c9adb47f006b4ca54245b/anax-in-container/Dockerfile.alpine.amd64#L13

  3. IBM is the labeled vendor. https://github.com/open-horizon/anax/blob/69bc5f7323ccba1dd35c9adb47f006b4ca54245b/anax-in-container/Dockerfile.alpine.amd64#L3

Describe the steps to reproduce the behavior.

No response

Expected behavior.

  1. Use latest.

  2. Use apk

  3. Open Horizon

Screenshots.

No response

Operating Environment

Alpine

Additional Information

No response

naphelps avatar Jan 31 '25 12:01 naphelps