Skip to content

Refactor Swift image and include the gpg key

Hashar requested to merge swift53-gpg-fix into main

Testable locally with:

docker-pkg --info
-c dockerfiles/config.yaml
build --select="buster-swift53:" dockerfiles

The image is used by mediawiki/libs/metrics-platform: .pipeline/blubber/swift.yaml

version: v4
variants:
  test:
    base: docker-registry.wikimedia.org/dev/buster-swift53
    copies: [local]
    runs:
      insecurely: true
    entrypoint: [swift, test]

Merge request reports