Closed
Description
Hi together,
let me suggest a new structure for your build:
It would be great if Docker builds are separated from the source repository.
For Docker I already setup a multiarchitecture repository whatever4711/docker-gitea, which builds Containers for amd64
, i386
, arm64
, and arm32
with the same basic Dockerfile on CircleCI. Additionally, it tags those images accordingly, such that the call docker run -it -p 2222:22 -p 3000:3000 whatever4711/gitea
downloads the version for your system and there is no need for several Dockerhub repositories anymore.
Referencing issue #2607 and PR #2927
Best regards