Package Details: docker-credential-pass 0.9.8-4

Git Clone URL: https://aur.archlinux.org/docker-credential-pass.git (read-only, click to copy)
Package Base: docker-credential-pass
Description: Store docker credentials using the Standard Unix Password Manager (pass)
Upstream URL: https://github.com/docker/docker-credential-helpers
Licenses: MIT
Submitter: Gachapen
Maintainer: xeptore
Last Packager: xeptore
Votes: 16
Popularity: 0.000000
First Submitted: 2018-05-13 10:14 (UTC)
Last Updated: 2026-07-06 06:00 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

xeptore commented on 2026-07-06 06:01 (UTC)

Yes, the problem was the single quotation. Build succeeds. Thanks, @wooptoo!

wooptoo commented on 2026-07-05 21:25 (UTC) (edited on 2026-07-05 21:26 (UTC) by wooptoo)

To be honest I would simplify the entire build like this: https://gist.github.com/radupotop/e500bdb0c8fbca67912570b229bf1508

I assume your pipeline is failing because of the single quotes in the source array:

==> Validating source_x86_64 files with sha256sums...
docker-credential-pass-v${pkgver}.linux-amd64 ... Passed

xeptore commented on 2026-07-05 17:29 (UTC)

I've applied your suggested changes to the GitHub repository in this commit both for the docker-credential-pass, and docker-credential-pass-bin packages. However, the docker-credential-pass-bin package CI workflow is failing. You can see the logs here: https://github.com/xeptore/aur-build/actions/runs/28748145276/job/85242500959. Would you please have a look, and let me know how can I fix it, @wooptoo?

wooptoo commented on 2026-06-30 12:14 (UTC)

Hey, thanks for maintaining this package. I took the liberty of creating a small patch which uses $pkgver instead of the hard-coded version number. This is useful when viewing diffs in paru or yay when upgrading the package.

You can find it here:
https://gist.github.com/radupotop/862b66d515dfd868af8320acafd5b21a

If you can apply this change I'd appreciate it. Thank you!

Flubbadub commented on 2021-05-20 20:09 (UTC)

@x-yuri: Thanks for the report, I have just pushed a new version which should fix this for you. Please let me know if you run into any further issues.

x-yuri commented on 2021-05-19 21:45 (UTC) (edited on 2021-05-19 21:45 (UTC) by x-yuri)

$ git clone https://aur.archlinux.org/docker-credential-pass.git
$ cd docker-credential-pass/
$ makepkg -si
...
==> Starting build()...
go: cannot find main module, but found .git/config in /home/yuri/build/docker-credential-pass
        to create a module there, run:
        cd ../../../../.. && go mod init
==> ERROR: A failure occurred in build().
    Aborting...

teohhanhui commented on 2018-10-24 15:19 (UTC)

Changes for v0.6.1: https://gist.github.com/teohhanhui/f5d66b1c108f32b4f22890dc571c7a5a