-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[RESOLVED] php:7.4-apache / php:8.0-apache: "ls: cannot access '.': Operation not permitted" #1192
Comments
I am fairly certain this is basically a duplicate of #1177 but for the now released Debian Bullseye based images. So you can try using If Buster works but the new Bullseye based images do not, then the OS running Docker will need a newer version of Docker, runc, and/or libseccomp to fix it. Similar issues: docker-library/ruby#351 docker-library/python#634 |
Problem Resolved! Thanks for the information! CircleCI ships with the default docker version "17.09.0-ce" This can be fixed by setting the docker version to a later edition like so: ...
steps:
- setup_remote_docker:
# The supported versions can be found here:
# https://circleci.com/docs/2.0/building-docker-images/#docker-version
version: 20.10.6 |
Hello,
I am having an issue that started recently (see error below). This hasn't been an issue until this recent week.
Here is a slice of the docker image I am using the creates the same issue:
https://github.com/nhalstead/php-apache-core/blob/main/7.4/Dockerfile
Circle CI Pipeline Output
This all executes in a Circle CI pipeline, I don't get issues running it on my local machine but I did notice a difference in the Zend extension numbers: (even after trying to pull the latest docker image)
Local Machine Output
If you have any ideas, I'd appreciate them.
Thanks
The text was updated successfully, but these errors were encountered: