ca5a9ffa517eab4e7de954fec41fd47f7bdc0b6c

Compliant

  1. Trail Events

    15 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1763297176.0 • 1 month ago
    Merge pull request #149 from cyber-dojo/upgrade-docker-base-image

    Upgrade docker base image.

    - Rack::Deflater no longer works. For now I've commented this out since the amount of bytes returned by a cyber-dojo.sh runner call is not large.
    - Removed docker-system-prune from bash script so docker layer caching works when building locally.
    - In Dockerfile, moved source into /runner/source so that runner/test and runner/source are siblings. This allows runner/source to be overlayed in the docker-compose.yml file which gives a faster dev loop.
    - Tweak container-properties-test to only check owners permission on /sandbox tmpfs.
    Origin URL: https://github.com/cyber-dojo/runner/actions/runs/19405809920
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: runner
          attestations:
            - name: rubocop-lint
              type: junit
            - name: unit-test
              type: junit
            - name: unit-test-branch-coverage
              type: generic
            - name: integration-test
              type: junit
            - name: integration-test-branch-coverage
              type: generic
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk