Skip to content

biarms/gogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biarms/gogs

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases)

TravisCI build status image CircleCI build status image

Docker Pulls image Docker Stars image Highest Docker release

Overview

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.

How to build locally

  1. Option 1: with CircleCI Local CLI:
  2. Option 2: with make:
    • Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
    • Call make build