Giter Club home page Giter Club logo

dep's Introduction

Dep Cloud Native Buildpack

The Dep CNB provides the dep executable. The buildpack installs dep onto the $PATH which makes it available for subsequent buildpacks and/or the final container image.

Integration

The Dep CNB provides dep as a dependency. Downstream buildpacks can require the dep dependency by generating a Build Plan TOML file that looks like the following:

[[requires]]

  # The name of the Dep dependency is "dep". This value is
  # considered part of the public API for the buildpack and will not change
  # without a plan for deprecation.
  name = "dep"

  # Note: The version field is unsupported as there is no version for a set of
  # dep.

  # The Dep buildpack supports some non-required metadata options.
  [requires.metadata]

    # Setting the build flag to true will ensure that the Dep
    # dependency is available on the $PATH for subsequent buildpacks during
    # their build phase. If you are writing a buildpack that needs to run Dep
    # during its build process, this flag should be set to true.
    build = true

    # Setting the launch flag to true will ensure that the Dep
    # dependency is available on the $PATH for the running application. If you are
    # writing an application that needs to run Dep at runtime, this flag should
    # be set to true.
    launch = true

Usage

To package this buildpack for consumption:

$ ./scripts/package.sh

This builds the buildpack's Go source using GOOS=linux by default. You can supply another value as the first argument to package.sh.

buildpack.yml Configuration

The dep buildpack does not support configurations via buildpack.yml.

dep's People

Contributors

cf-buildpacks-eng avatar foresteckhardt avatar dwillist avatar paketo-bot avatar dependabot-preview[bot] avatar dependabot[bot] avatar ryanmoran avatar ndon55555 avatar joshzarrabi avatar kardolus avatar arjun024 avatar dfreilich avatar sophiewigmore avatar thitch97 avatar drnic avatar eshanks-pivotal avatar kvedurmu avatar mdelillo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.