sops
sops copied to clipboard
Docker image no longer be bumped by CI
Hello today I went to pull the latest version of SOPS though I noticed that the last time a image was pushed was 8 months ago. Assuming there's a problem with the CI? Is this intentional?
Available
- v3.6.1 (15 Sep 2020)
Not available
- v3.7.0 (25 Mar 2021)
- v3.7.1 (9 Apr 2021)
The alpine version image looks unable to be built:
$ docker build -f Dockerfile.alpine -t mozilla/sops:alpine .
...
#12 67.90 # filippo.io/age/internal/bech32
#12 67.90 /go/pkg/mod/filippo.io/[email protected]/internal/bech32/bech32.go:41:15: invalid operation: top >> i (shift count type int, must be unsigned integer)
#12 67.90 /go/pkg/mod/filippo.io/[email protected]/internal/bech32/bech32.go:74:20: invalid operation: mod >> shift (shift count type int, must be unsigned integer)
#12 67.90 note: module requires Go 1.13
#12 113.4 make: *** [Makefile:13: install] Error 2
------
executor failed running [/bin/sh -c CGO_ENABLED=1 make install]: exit code: 2
Created: #905
There's a pull request pending since august, any updates?
This is fixed with #1012.
(But not released yet)