Search Criteria
Package Details: amazon-ecr-credential-helper 0.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amazon-ecr-credential-helper.git (read-only, click to copy) |
---|---|
Package Base: | amazon-ecr-credential-helper |
Description: | A credential helper for the Docker daemon that makes it easier to use Amazon EC2 Container Registry. |
Upstream URL: | https://github.com/awslabs/amazon-ecr-credential-helper |
Licenses: | Apache |
Submitter: | bramswenson |
Maintainer: | dcelasun |
Last Packager: | dcelasun |
Votes: | 6 |
Popularity: | 0.000141 |
First Submitted: | 2017-06-21 23:06 (UTC) |
Last Updated: | 2024-10-09 14:45 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
tomaspinho commented on 2023-05-15 11:12 (UTC) (edited on 2023-05-15 11:15 (UTC) by tomaspinho)
If you have a set $GOROOT that doesn't match the "go" system dependency version, e.g. you use
goenv
to manage specific locally-installed Go version for development, this package will fail to build with a errors like:To fix, just run
unset GOROOT
on the current shell and retry the installation.To fix this for everyone, the package maintainer could replace:
with:
djmattyg007 commented on 2022-04-15 03:16 (UTC)
I feel it's a little unnecessary to bump the pkgrel for a change such as adding a new architecture.
dcelasun commented on 2022-03-22 09:27 (UTC)
@whynothugo done!
whynothugo commented on 2022-03-22 09:21 (UTC)
This builds fine on arm64. Can you update arch to
arch=('i686' 'x86_64' 'aarch64')
?dcelasun commented on 2021-08-26 04:28 (UTC)
@ghtor updated, thanks!
ghthor commented on 2021-08-25 19:07 (UTC) (edited on 2021-08-25 19:09 (UTC) by ghthor)
@dcelasun
I've added the following based on the guidelines from the Go package guidelines. This is mostly to fix the explosion of errors when
yay
finishes the install and tries to remove the package directory; this is related to the the flag-modcacherw
which allowsyay
to remove the srcdir after the package is installed. You'll see similar work is being done for nomad.bramswenson commented on 2017-11-14 19:00 (UTC)
djara commented on 2017-11-14 18:57 (UTC)