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

Bump dependencies and update build procedure #15

Merged
merged 1 commit into from Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bundle/config
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
telegraf_buildpack*.zip
vendor/
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -11,16 +11,16 @@ InfluxData Telegraf as an application in Cloud Foundry.
git submodule update --init
```

1. Get latest buildpack dependencies
2. Get latest buildpack dependencies

```sh
BUNDLE_GEMFILE=cf.Gemfile bundle
BUNDLE_GEMFILE=cf.Gemfile bundle install
```

1. Build the buildpack
3. Build the buildpack

```sh
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-packager [ --cached | --uncached ] [--stack=STACK | --any-stack]
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-packager --cached --any-stack
```

## Use in Cloud Foundry
Expand Down
2 changes: 1 addition & 1 deletion cf.Gemfile
@@ -1,5 +1,5 @@
source "https://rubygems.org"

ruby '2.6.8'
ruby '2.6.10'

gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.22'
6 changes: 3 additions & 3 deletions cf.Gemfile.lock
Expand Up @@ -17,11 +17,11 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
kwalify (0.7.2)
minitest (5.17.0)
minitest (5.20.0)
semantic (1.6.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand All @@ -37,7 +37,7 @@ DEPENDENCIES
buildpack-packager!

RUBY VERSION
ruby 2.6.8p205
ruby 2.6.10p210

BUNDLED WITH
1.17.2