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

Updating [email protected] breaks make images target #6277

Open
achave11-ucsc opened this issue May 21, 2024 · 1 comment
Open

Updating [email protected] breaks make images target #6277

achave11-ucsc opened this issue May 21, 2024 · 1 comment
Assignees
Labels
orange [process] Done by the Azul team

Comments

@achave11-ucsc
Copy link
Member

achave11-ucsc commented May 21, 2024

… when locally building the azul-docker-pycharm & azul-docker-elasticsearch images for testing.

❯ make images
DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}') \
        act \
                --env azul_docker_registry="localhost:5000/" \
                --remote-name github \
                push
INFO[0000] Using docker host 'unix:///Users/achave11/.docker/run/docker.sock', and daemon socket 'unix:///Users/achave11/.docker/run/docker.sock' 
WARN  ⚠ You are using Apple M-series chip and you have not specified container architecture, you might encounter issues while running act. If so, try running it with '--container-architecture linux/amd64'. ⚠  
[Docker/build] 🚀  Start image=catthehacker/ubuntu:act-latest
[Docker/build]   🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true
[Docker/build] using DockerAuthConfig authentication for docker pull
[Docker/build]   🐳  docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[Docker/build]   🐳  docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
Error: failed to start container: Error response from daemon: error while creating mount source path '/host_mnt/Users/achave11/.docker/run/docker.sock': mkdir /host_mnt/Users/achave11/.docker/run/docker.sock: operation not supported
make: *** [images] Error 1

It seems to be a regression introduced in the latest version of act.

@achave11-ucsc achave11-ucsc added the orange [process] Done by the Azul team label May 21, 2024
@achave11-ucsc achave11-ucsc self-assigned this May 22, 2024
@achave11-ucsc
Copy link
Member Author

Assignee to monitor resolution of upstream issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
orange [process] Done by the Azul team
Projects
None yet
Development

No branches or pull requests

1 participant