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 spec changes for image extensions #298

Closed
wants to merge 24 commits into from

Commits on Mar 17, 2022

  1. Fixes link to SBOM section in buildpack spec

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0bbd693 View commit details
    Browse the repository at this point in the history
  2. Add sbom as a reserved buildpack ID

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ded555e View commit details
    Browse the repository at this point in the history
  3. Add deprecation path for buildpacks using the legacy BOM format.

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    32b57c2 View commit details
    Browse the repository at this point in the history
  4. Process specific working directory

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    35f8066 View commit details
    Browse the repository at this point in the history
  5. Reorder things and clarify the working directory for exec.d and profi…

    …le.d
    
    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    319ec34 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    
    Co-authored-by: Emily Casey <ecasey@vmware.com>
    natalieparellano and ekcasey committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4120892 View commit details
    Browse the repository at this point in the history
  7. Remove standalone lines, and add one more line

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    bfdec08 View commit details
    Browse the repository at this point in the history
  8. Change working-directory to working-dir

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    27b75f4 View commit details
    Browse the repository at this point in the history
  9. Add spec changes for image extensions

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8511bc8 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    1523a68 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Add some missing things

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3683f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9811f0f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update buildpack.md

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    
    Co-authored-by: Joe Kutner <jpkutner@gmail.com>
    natalieparellano and jkutner authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8cb34ff View commit details
    Browse the repository at this point in the history
  2. Detect happens before "analysis"

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6ad7e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf87e0 View commit details
    Browse the repository at this point in the history
  4. Clarify what launch.toml and build.toml are for

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    84bcc82 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Add Dockerfile requirements and clarify what is the responsibility of…

    … the lifecycle
    
    vs. the extension author
    
    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    126bef3 View commit details
    Browse the repository at this point in the history
  2. Remove run image requirement

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4701ff0 View commit details
    Browse the repository at this point in the history
  3. Move some things to image-extension.md

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    b677794 View commit details
    Browse the repository at this point in the history
  4. Fix table of contents

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    3dc326d View commit details
    Browse the repository at this point in the history
  5. Use consistent title for image extension spec

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2afbe69 View commit details
    Browse the repository at this point in the history
  6. Fix toc

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e26384a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Apply suggestions from code review

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    
    Co-authored-by: Stephen Levine <stephen.levine@gmail.com>
    natalieparellano and sclevine authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    745b4fc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Updates following latest discussion

    Signed-off-by: Natalie Arellano <narellano@vmware.com>
    natalieparellano committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    bf837f6 View commit details
    Browse the repository at this point in the history