The goal of this very simple project is only to publish a docker manifest merging both Gogs and Gogs-rpi docker images repositories.
Resulting manifests are pushed on dockerhub.
Current implementation 'retag' the gogs official images into this repo just because:
- The implementation of 'docker pull' (version 19.03.8) is still not smart enough to pull an arm32v7 images if running on a arm64v8 OS;
- The "docker manifest annotate" can't annotate twice the same image.
So, notes that the "arm64v8" images is actually the same as the arm32v7 one.
- Option 1: with CircleCI Local CLI:
- Install CircleCI Local CLI
- Call
circleci local execute
- Option 2: with make:
- Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
- Call
make build