Skip to content

CI pipelines broken #13

@oliworx

Description

@oliworx

The recent update of the image cytopia/phpcs:3 broke our CI pipeline in GitLab:

ERROR: Job failed (system failure): Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/ash": stat /bin/ash: no such file or directory: unknown (exec.go:57:0s)

Seems like it not based on Alpine Linux anymore.

This used to be the job in GitLab:

codesniffer:
  stage: test
  cache: {}
  image:
    name: cytopia/phpcs:3
    entrypoint: [ "/bin/ash", "-c" ]
  before_script:
    - phpcs --version
  script:
    - phpcs

But now we have to find another way to check the code style.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions