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

Use latest dockerd in CI to allow build alpine image (#870) #1032

Merged
merged 1 commit into from Mar 25, 2022

Conversation

ikedam
Copy link
Contributor

@ikedam ikedam commented Mar 25, 2022

CI failed make: /bin/sh: Operation not permitted with after merging #1018.
https://app.circleci.com/pipelines/github/mozilla/sops/135/workflows/9c4d6e8f-f81d-4165-8925-4b69bbe01d41/jobs/438

That's the issue with alpine 3.14 and later: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2
We have to use newer dockerd (20.10.0 or later) to resolve this issue.

@@ -19,6 +19,7 @@ jobs:
steps:
- checkout
- setup_remote_docker
version: 20.10.11
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -31,7 +32,8 @@ jobs:
docker build -f Dockerfile.alpine -t mozilla/sops:alpine .

push:
machine: true
machine:
image: ubuntu-2004:202111-02
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikedam ikedam force-pushed the feature/870_UseLatestDockerd branch from a5cdeed to 3875b00 Compare March 25, 2022 12:03
@ajvb ajvb merged commit 268b5ff into getsops:develop Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants