Search Criteria
Package Details: docker-registry2-git r2916.a01c71e2-2
Git Clone URL: | https://aur.archlinux.org/docker-registry2-git.git (read-only, click to copy) |
---|---|
Package Base: | docker-registry2-git |
Description: | Docker Registry 2.0 (aka docker-distibution) implementation to pack, ship, store, and deliver docker images (git version). |
Upstream URL: | https://github.com/distribution/distribution |
Keywords: | docker docker-registry |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | krevedko |
Maintainer: | krevedko |
Last Packager: | krevedko |
Votes: | 1 |
Popularity: | 0.146424 |
First Submitted: | 2019-04-11 10:05 |
Last Updated: | 2021-03-18 17:27 |
Dependencies (2)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
dmorilha commented on 2021-03-04 17:23
@krevedko thank you for spending time investigating!
I made few changes to the PKGBUILD which made it work with the latest go. They compile the registry from the source code, which is what I wanted anyways. With docker phasing out, I might jump and change few things here and there to accommodate my needs.
krevedko commented on 2021-03-04 09:21
@dmorilha Located problem with
go-1.16
, but NOT withgo-1.15
. Thanks for report. Opened upstream bug: https://github.com/distribution/distribution/issues/3374dmorilha commented on 2021-03-03 21:17
@krevedko thanks for the quick reply, none of these steps worked in my case :/ I also tried
go clean -cache
andgo clean -modcache
.krevedko commented on 2021-03-03 20:50
@dmorilha Well, I can't reproduce the error. Possibly, you can try to purge
src
/pkg
build directories, or pkgbuild directory itself, orrm -rf ~/.cache/go-build
, or something else.dmorilha commented on 2021-03-03 20:28
This package currently fails to build with the following go get error:
krevedko commented on 2021-01-09 17:24
@maggis Thanks, fixed.
maggis commented on 2021-01-09 16:36
Hi @krevedko, thanks for supplying this package. On updating, config.yml gets overwritten. Could you add
backup=(etc/docker-registry/config.yml)
to PKGBUILD? Thanks, Marcus