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

Add default image for cloudchamber create #7308

Merged
merged 1 commit into from
Nov 25, 2024

Commits on Nov 22, 2024

  1. Add default image for cloudchamber create

    Add a default image when using "wrangler cloudchamber create". This
    image is docker.io/cloudflare/hello-world which is a simple HTTP server
    that runs on Cloudflare's container platform.
    
    This commit also augments validation to both the `cloudchamber create`
    and `cloudchamber modify` commands to ensure the provided image contains
    a tag and adheres to the format in the OCI specification.
    gpanders committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c8e9562 View commit details
    Browse the repository at this point in the history