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

[CI:DOCS] Update tutorials to keep up with API changes in storage #5665

Merged
merged 2 commits into from
Aug 7, 2024

Commits on Aug 5, 2024

  1. Update to keep up with API changes in storage

    * Call storage.DefaultStoreOptions() instead of
      storage.DefaultStoreOptionsAutoDetectUID() in the tutorial.
    * Mention installing passt when installing build-time dependencies.
    * Include the registry part of examples that use node:12-alpine.
    * Use registry.fedoraproject.org for Fedora images.
    * Mention Fedora 40 instead of 35 in examples.
    * Mount an emptyDir volume in the OpenShift example, so that it can use
      overlay for storage
    * Use a more recent buildah image as the base in the OpenShift example.
    * Use a ReplicationController instead of a DeploymentConfig in the
      OpenShift example, because DeploymentConfigs are deprecated.
    
    Signed-off-by: Nalin Dahyabhai <[email protected]>
    nalind committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    34a7ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d8b14 View commit details
    Browse the repository at this point in the history