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
Hi, I'm using melange and apko to build elasticsearch from source and create a container from the apk output of melange, the melange build works but i get an error when i try building the apko tar
run command: docker run --rm --workdir /work -v ${PWD}:/work cgr.dev/chainguard/apko build apko.yaml es:test es.tar --arch x86_64 -k melange.rsa.pub
error: INFO error during command execution: failed to build layer image for "amd64": installing apk packages: error getting package dependencies: solving "elasticsearch@local" constraint: could not find package either named so:libboost_log-gcc10-mt-x64-1_83.so.1.83.0 or that provides so:libboost_log-gcc10-mt-x64-1_83.so.1.83.0 for elasticsearch
Hi, I'm using melange and apko to build elasticsearch from source and create a container from the apk output of melange, the melange build works but i get an error when i try building the apko tar
run command: docker run --rm --workdir /work -v ${PWD}:/work cgr.dev/chainguard/apko build apko.yaml es:test es.tar --arch x86_64 -k melange.rsa.pub
error: INFO error during command execution: failed to build layer image for "amd64": installing apk packages: error getting package dependencies: solving "elasticsearch@local" constraint: could not find package either named so:libboost_log-gcc10-mt-x64-1_83.so.1.83.0 or that provides so:libboost_log-gcc10-mt-x64-1_83.so.1.83.0 for elasticsearch
any ideas on how to resolve this?
malange build file:
apko build file:
APKINDEX.json:
The text was updated successfully, but these errors were encountered: