Sign inSign up

ryantaylor31937/v41-e2e-kit:latest

Manifest digest

sha256:f7267ccb823e8f40364d511f516d4aab9308868849b0497e013d2e4be2458c3e

Last pushed

22 days by ryantaylor31937

Type

Sandbox Kit

Manifest digest

sha256:f7267ccb823e8f40364d511f516d4aab9308868849b0497e013d2e4be2458c3e

yaml
schemaVersion: "2"
kind: sandbox
name: v41-e2e-kit
displayName: v41 E2E Test Kit
description: Throwaway kit proving the create/run/save/share loop for the v41 feasibility work. Safe to delete.
sandbox:
    image: docker.io/library/redis:7-alpine
    entrypoint:
        - /bin/sleep
    command:
        default:
            - infinity
        interactive:
            - infinity
permissions:
    network:
        allow:
            - registry.npmjs.org
setup:
    install:
        - command: mkdir -p /home/agent
          user: agent
          description: Provide the sandbox-template home layout the injector's metadata phase expects
        - command: echo "v41 e2e kit installed" > "$HOME/v41-e2e-marker"
          user: agent
          description: Write an install marker the run leg can assert on