Commit Graph

53 Commits

Author SHA1 Message Date
Aidan Delaney 26f08160cf
Merge branch 'main' into update-bundler 2023-09-25 08:38:07 +01:00
Natalie Arellano e5136bfff5 Add targets and rename stack -> base image where appropriate
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2023-09-20 11:34:05 -04:00
Aidan Delaney 6fa9e157f4
Merge branch 'main' into update-bundler 2023-09-12 06:54:34 +01:00
Natalie Arellano 64cbf95be7 Remove Remove dotnet-framework-1809 and upgrade nanoserver
To reduce the number of Windows samples and use later versions of things

Signed-off-by: Natalie Arellano <narellano@vmware.com>
2023-09-08 10:20:13 -04:00
Domenico Luciani 0f368eec7f Fix the command command to work with Buildpacks API 0.9
Signed-off-by: Domenico Luciani <dluciani@vmware.com>
2023-08-08 10:21:30 +02:00
Aidan Delaney cd28cd2fa4
Merge branch 'main' into dependabot/bundler/apps/ruby-bundler/rack-2.2.6.4 2023-07-26 08:08:49 +01:00
Aidan Delaney 262eba1c2c
Merge branch 'main' into update-bundler 2023-07-26 08:05:21 +01:00
Aidan Delaney 1f21174b72 Remove wine build references
Do not add the wine stack to buildpacks.  Remove calls to build and
deploy wine.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2023-07-14 07:47:53 +01:00
Aidan Delaney 859c8133fc Bump API version for sample buildpacks
Use a buildpack API version that is not subject to the deprecation RFC

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2023-07-14 07:37:14 +01:00
Aidan Delaney f887645972 Fix cache restore and update bundler
Silence deprecation warnings about an older bundler version.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2023-06-11 07:21:51 +01:00
Aidan Delaney 30237bc2e1
Merge branch 'main' into dependabot/bundler/apps/ruby-bundler/rack-2.2.6.4 2023-05-31 18:32:24 +01:00
Aidan Delaney 26ecde25ed Update maven wrapper
Run mvn wrapper:wrapper in application dir

Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
2023-05-31 15:11:14 +00:00
dependabot[bot] 38311c88cb
Bump rack from 2.2.3.1 to 2.2.6.4 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 2.2.6.4.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.2.3.1...v2.2.6.4)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 10:09:17 +00:00
Aidan Delaney a3a447e8e4 Bump stack from Bionic to Jammy
Use a more recent Ubuntu LTS release

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2023-02-27 05:46:51 +00:00
Aidan Delaney 1ed7c37fed fixup! Bump ruby distribution in sample buildpack
Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2022-12-24 14:44:36 +00:00
Sambo Chea b45c69e204
Upgrade Spring Boot to 2.7.3
Signed-off-by: Sambo Chea <sombochea@cubetiqs.com>
2022-08-19 16:03:44 +07:00
Sambo Chea 2251095de7
Upgrade Spring Boot 2.7.2 Kotlin 1.7.10 and Gradle 7.5
Signed-off-by: Sambo Chea <sombochea@cubetiqs.com>
2022-08-17 18:00:03 +07:00
dependabot[bot] b75e9b50f0
Bump rack from 2.2.3 to 2.2.3.1 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.2.3...2.2.3.1)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 20:45:43 +00:00
Javier Romero 4bb09735b6
Merge pull request #122 from pugangxa/patch-1
Update maven-wrapper.properties
2022-06-23 15:44:20 -05:00
Gang Pu b1462c5016 Update maven-wrapper.properties
Fix #121
Update maven version

Signed-off-by: Gang Pu <pugangxa@cn.ibm.com>
2022-05-04 16:49:42 +08:00
dependabot[bot] 4cc343b0bf
Bump sinatra from 2.0.7 to 2.2.0 in /apps/ruby-bundler
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.7 to 2.2.0.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/compare/v2.0.7...v2.2.0)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 21:55:33 +00:00
Sambo Chea 78896d8783 Upgrade spring boot 2.4.5 and kotlin 1.5.30
Signed-off-by: Sambo Chea <sombochea@cubetiqs.com>
2021-09-01 11:41:26 +07:00
Micah Young 62316bebed Cleanup formatting
Signed-off-by: Micah Young <ymicah@vmware.com>
2021-06-09 10:25:22 -04:00
Micah Young 1971513af0 Adds wine stack, builder to demonstrate Windows without a WCOW daemon
- See builders/wine/README.html for more purpose
- Fixes incompatible syntax in Windows buildpacks
- Keeps separate build-wine from build-linux tasks due to separate target use-cases and long build times
- Keeps separate build-wine from build-windows tasks due to incompatible environment requirements

Signed-off-by: Micah Young <ymicah@vmware.com>
2021-06-08 10:32:38 -04:00
Micah Young 47e82eed7c Updates hello-world-windows with Linux
- Cleans up Windows concatenate syntax

Signed-off-by: Micah Young <ymicah@vmware.com>
2020-12-10 10:23:13 -05:00
Andrew Meyer fc9a8130cc Add buildpacks.io link to sample .NET Framework app
Signed-off-by: Andrew Meyer <meyeran@vmware.com>
2020-08-25 09:35:32 -07:00
Andrew Meyer 90c038f3d0 Add logos to sample app
Signed-off-by: Andrew Meyer <meyeran@vmware.com>
2020-08-25 09:18:25 -07:00
Micah Young 99839bd88a Add simpler dotnet sample
Using:
- Visual Studio 2019 Community
- Create Project -> ASP.NET Framework Web App
  - Solution in same project
  - Framework 4.7.2
  - Empty
  - Uncheck configure for HTTPS
- Add item: HTML file -> Default.aspx
- gitignore from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
- dos2unix all files

Signed-off-by: Micah Young <ymicah@vmware.com>
2020-08-25 07:51:57 -04:00
Javier Romero e01f201a7e
Merge branch 'main' into windows-builder-and-bps 2020-08-24 13:31:29 -05:00
Micah Young cc1684c710 Review feedback
Signed-off-by: Micah Young <ymicah@vmware.com>
2020-08-21 07:10:15 -04:00
Anthony Emengo 60beeb5947 Add working .NET Framework samples
Signed-off-by: Anthony Emengo <aemengo@vmware.com>
Signed-off-by: Andrew Meyer <meyeran@vmware.com>
2020-08-20 14:13:18 -07:00
Anthony Emengo 69ac011cd6 Add Windows builder and buildpacks
- Add Makefile targets for Windows
- Fix ASCII art bin bash-app
- Change stack to use ContainerUser (avoid permissions issues on k8s and docker)

Signed-off-by: Micah Young <ymicah@vmware.com>
2020-08-20 12:21:09 -04:00
Javier Romero 0bd4eabba8
Fix name of buildpack in echo
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-07-24 13:02:45 -05:00
Javier Romero 5cb1d79aaa
Merge pull request #77 from buildpacks/dependabot/bundler/apps/ruby-bundler/rack-2.2.3
Bump rack from 2.0.8 to 2.2.3 in /apps/ruby-bundler
2020-07-09 15:07:00 -05:00
Emily Casey 489d3f38d5 Buildpacks suport io.buildpacks.stacks.bionic
Signed-off-by: Emily Casey <ecasey@vmware.com>
2020-06-25 14:05:19 -04:00
dependabot[bot] 981ba81f85
Bump rack from 2.0.8 to 2.2.3 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.8...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-25 07:58:28 +00:00
Javier Romero 48097d19c6 Minimize buildpack id namespace
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-28 14:21:51 -05:00
Javier Romero 47dad460ec Make buildpack IDs compatible with the registry convention
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-24 15:18:31 -05:00
Javier Romero c08363eb5a Revert breaking of styling
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-02 23:06:58 -05:00
Javier Romero 00dfa75a27 Add documentation about extended functionality in apps
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-02 12:02:39 -05:00
Javier Romero fb6ad21e91 Minimize output of .profile
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-02 12:01:39 -05:00
Javier Romero 9d1f1fa310 Add bash-script to show project toml feature
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-02 12:01:03 -05:00
Zander Mackie 38d94ff6a9
Structure readme as a journey from apps onward
Signed-off-by: Zander Mackie <zmackie@gmail.com>
2020-02-11 15:52:28 -05:00
dependabot[bot] 79f8251cf1
Bump rack from 2.0.7 to 2.0.8 in /apps/ruby-bundler
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 04:19:33 +00:00
Javier Romero 098946cf3d Add alpine stack and builder
Signed-off-by: Javier Romero <jromero@pivotal.io>
2019-09-25 08:45:45 -05:00
Javier Romero 111bfaa8eb
Merge pull request #35 from buildpack/feature/31-conformance-tests
Add conformance tests
2019-09-24 08:44:06 -05:00
Javier Romero 47d90fd675
Merge pull request #34 from buildpack/feature/33-ruby-sample
Add ruby sample
2019-09-24 08:31:07 -05:00
Javier Romero 904064546f Auto download pack
Signed-off-by: Javier Romero <jromero@pivotal.io>
2019-09-23 08:51:02 -05:00
Javier Romero f0652c7ba1 Add conformance tests
* Add kotlin-gradle app
* Rename java-gradle to kotlin-gradle to expand language coverage
* Add travis configuration

Signed-off-by: Javier Romero <jromero@pivotal.io>
2019-09-20 15:48:55 -05:00
Javier Romero f112d11686 Add ruby-bundler sample
Signed-off-by: Javier Romero <jromero@pivotal.io>
2019-09-20 15:47:40 -05:00