Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository

Switch branch/tag
  • typo3
  • Build
  • gitlab-ci.yml
Find file BlameHistoryPermalink
  • Christian Kuhn's avatar
    [BUGFIX] Pin CI image docker:20.10.14-dind · d6965d85
    Christian Kuhn authored May 06, 2022 and Stefan Bürk's avatar Stefan Bürk committed May 07, 2022
    Latest docker:20.10-dind (currently 20.10.15)
    triggers an error on CI:
    
    Error response from daemon: failed to create shim task: OCI
    runtime create failed: runc create failed: unable to start
    container process: unable to apply cgroup configuration:
    mkdir /sys/fs/cgroup/rdma/docker: permission denied: unknown
    
    The image is the 'sub-container' in CI on runner hosts,
    that runs all the test images like the php and database
    images.
    
    This error *may* have to do with sysbox, which is a security
    layer on runner hosts to separate CI jobs from each other.
    We however currently don't know exactly what is going on.
    
    For the time being, we pin the dind image to its previous
    verion docker:20.10.14-dind
    
    Change-Id: Ie59be69680e1f444c115f2249ca8709bbfdd1e3e
    Releases: main, 11.5, 10.4
    Resolves: #97570
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74541
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    d6965d85

Replace gitlab-ci.yml

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.