Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving default-policy.json and default.yaml to containers/image #2173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Migrating default-policy.json and default.yaml to containers/common

6b73165
Select commit
Loading
Failed to load commit list.
Open

Moving default-policy.json and default.yaml to containers/image #2173

Migrating default-policy.json and default.yaml to containers/common
6b73165
Select commit
Loading
Failed to load commit list.
Cirrus CI / ostree-rs-ext failed Sep 16, 2024 in 2m 27s

Task Summary

Instruction skopeo_build failed in 02:16

Details

✅ 00:09 clone
❌ 02:16 skopeo_build

Install  1 Package

Total download size: 748 k
Installed size: 1.8 M
Downloading Packages:
golang-github-cpuguy83-md2man-2.0.3-3.fc40.x86_ 1.1 MB/s | 748 kB     00:00    
--------------------------------------------------------------------------------
Total                                           818 kB/s | 748 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : golang-github-cpuguy83-md2man-2.0.3-3.fc40.x86_64      1/1 
  Running scriptlet: golang-github-cpuguy83-md2man-2.0.3-3.fc40.x86_64      1/1 

Installed:
  golang-github-cpuguy83-md2man-2.0.3-3.fc40.x86_64                             

Complete!
make
go build "-buildmode=pie" -ldflags '-X main.gitCommit=6b731654ee4bc93a604c197ace58f24247f4ae40 ' -gcflags "" -tags "  libsubid" -o bin/skopeo ./cmd/skopeo
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-copy.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-copy.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-delete.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-delete.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-generate-sigstore-key.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-generate-sigstore-key.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-inspect.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-inspect.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-list-tags.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-list-tags.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-login.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-login.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-logout.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-logout.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-manifest-digest.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-manifest-digest.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-standalone-sign.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-standalone-sign.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-standalone-verify.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-standalone-verify.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo-sync.1.md  | go-md2man -in /dev/stdin -out docs/skopeo-sync.1
sed -e 's/\((skopeo.*\.md)\)//' -e 's/\[\(skopeo.*\)\]/\1/' docs/skopeo.1.md  | go-md2man -in /dev/stdin -out docs/skopeo.1
make install
go build "-buildmode=pie" -ldflags '-X main.gitCommit=6b731654ee4bc93a604c197ace58f24247f4ae40 ' -gcflags "" -tags "  libsubid" -o bin/skopeo ./cmd/skopeo
install -d -m 755 /usr/local/bin
install -m 755 bin/skopeo /usr/local/bin/skopeo
install -d -m 755 /usr/local/share/man/man1
install -m 644 docs/*.1 /usr/local/share/man/man1
install -d -m 755 completions/bash completions/zsh completions/fish completions/powershell
./bin/skopeo completion bash >| completions/bash/skopeo
./bin/skopeo completion zsh >| completions/zsh/_skopeo
./bin/skopeo completion fish >| completions/fish/skopeo.fish
./bin/skopeo completion powershell >| completions/powershell/skopeo.ps1
install -d -m 755 /usr/local/share/bash-completion/completions
install -m 644 completions/bash/skopeo /usr/local/share/bash-completion/completions
install -d -m 755 /usr/local/share/zsh/site-functions
install -m 644 completions/zsh/_skopeo /usr/local/share/zsh/site-functions
install -d -m 755 /usr/local/share/fish/vendor_completions.d
install -m 644 completions/fish/skopeo.fish /usr/local/share/fish/vendor_completions.d
# There is no common location for powershell files so do not install them. Users have to source the file from their powershell profile.
install -d -m 755 /var/lib/containers/sigstore
echo '{"default":[{"type":"insecureAcceptAnything"}],"transports":{"docker-daemon":{"":[{"type":"insecureAcceptAnything"}]}}}' > /etc/containers/policy.json
/tmp/scriptseb5c395cca23bf0d7db601d2dc3fd55c.sh: line 8: /etc/containers/policy.json: No such file or directory