Skip to content

Add Alpine APK repository proxy support #262

Description

@andrew

Alpine is listed as incomplete in the supported registries table. Add read-only caching proxy support for APK repositories.

The handler should support repository, release, and architecture paths, including v2 APKINDEX.tar.gz indexes, v3 Packages.adb indexes, .apk packages, and detached signatures. Signed upstream metadata must be served unchanged so normal apk verification continues to work.

Use configurable upstream repositories and the existing metadata TTL and stale-cache behavior. Package downloads should use the shared artifact cache and remain available when the upstream is unavailable.

Cover the client flow and protocol behavior with tests:

  • v2 and v3 repository indexes
  • package and signature downloads
  • cache hits and offline reads
  • upstream authentication
  • index and package signatures remain valid
  • README and configuration instructions for apk

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions