chainguard-dev / apko

Build OCI images from APK packages directly without Dockerfile

Home Page:https://apko.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error "could not find package that provides php-cli in indexes" from the second line packages config

redhawkeye opened this issue · comments

For the first time, I encountered an error like this:

Screenshot 2024-05-09 at 18 13 50

I had built it previously without any errors.

I am using the APKO version as follows:

Screenshot 2024-05-09 at 18 49 24

and the configuration is as follows:

contents:
  keyring:
    - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
  repositories:
    - https://packages.wolfi.dev/os
  packages:
    - wolfi-base
    - php-cli

cmd: /bin/sh -l

environment:
  PATH: /usr/sbin:/sbin:/usr/bin:/bin

archs:
  - x86_64
  - arm64

Please let me know if there are any mistakes in my configuration or if there are any new features in the Apko pattern. Thanks