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

Failing Github actions workflow "Build/push Docker image (master/latest)" #1868

Closed
nodiscc opened this issue Aug 10, 2022 · 1 comment · Fixed by #1869
Closed

Failing Github actions workflow "Build/push Docker image (master/latest)" #1868

nodiscc opened this issue Aug 10, 2022 · 1 comment · Fixed by #1869
Assignees
Labels
bug it's broken! docker containers & cloud tools developer tools
Milestone

Comments

@nodiscc
Copy link
Member

nodiscc commented Aug 10, 2022

Following #1867

https://github.com/shaarli/Shaarli/runs/7773366466?check_suite_focus=true

 > [stage-3 2/9] RUN apk --update --no-cache add         ca-certificates         nginx         php7         php7-ctype         php7-curl         php7-fpm         php7-gd         php7-iconv         php7-intl         php7-json         php7-mbstring         php7-openssl         php7-session         php7-xml         php7-simplexml         php7-zlib         s6:
#0 1.544   php7-openssl (no such package):
#0 1.544     required by: world[php7-openssl]
#0 1.544   php7-session (no such package):
#0 1.544     required by: world[php7-session]
#0 1.544   php7-simplexml (no such package):
#0 1.544     required by: world[php7-simplexml]
#0 1.544   php7-xml (no such package):
#0 1.544     required by: world[php7-xml]
#0 1.544   php7-zlib (no such package):
#0 1.544     required by: world[php7-zlib]

Error: buildx failed with: error: failed to solve: process "/bin/sh -c apk --update --no-cache add         ca-certificates         nginx         php7         php7-ctype         php7-curl         php7-fpm         php7-gd         php7-iconv         php7-intl         php7-json         php7-mbstring         php7-openssl         php7-session         php7-xml         php7-simplexml         php7-zlib         s6" did not complete successfully: exit code: 14

This workflow doesn't run on pull requests, hence this problem was not detected in the pull request, only after merging.

@nodiscc nodiscc added bug it's broken! tools developer tools docker containers & cloud labels Aug 10, 2022
@nodiscc nodiscc added this to the 0.12.2 milestone Aug 10, 2022
@nodiscc nodiscc self-assigned this Aug 10, 2022
nodiscc added a commit that referenced this issue Aug 11, 2022
nodiscc added a commit that referenced this issue Sep 4, 2022
@nodiscc
Copy link
Member Author

nodiscc commented Sep 13, 2022

Proposed fix in #1869

This workflow doesn't run on pull requests, hence this problem was not detected in the pull request, only after merging.

-> #1800

nodiscc added a commit that referenced this issue Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug it's broken! docker containers & cloud tools developer tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant