.profile utility buildpack
Go to file
dependabot[bot] 8b278f9f3a
Bump github.com/go-viper/mapstructure/v2 from 2.1.0 to 2.3.0 in /tools (#94)
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.1.0...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Mikusa <dan@mikusa.com>
2025-06-27 14:49:00 -04:00
.github Bump pipeline from 1.41.2 to 1.42.0 (#90) 2025-03-18 07:51:28 -04:00
.vscode Initial commit (#1) 2022-07-09 14:25:04 +01:00
cmd/main Bump to using libcnb v2.0.0-alpha.1 (#63) 2023-10-04 09:41:41 -04:00
profile Bump Go from 1.22 to 1.23 (#81) 2024-10-08 14:03:45 -04:00
scripts Bump version of libcnbv2 to 2.0.0-alpha.3 (#77) 2024-06-18 10:15:36 +01:00
tools Bump github.com/go-viper/mapstructure/v2 from 2.1.0 to 2.3.0 in /tools (#94) 2025-06-27 14:49:00 -04:00
.gitignore Bump version of libcnbv2 to 2.0.0-alpha.3 (#77) 2024-06-18 10:15:36 +01:00
LICENSE Initial commit (#1) 2022-07-09 14:25:04 +01:00
Makefile Initial commit (#1) 2022-07-09 14:25:04 +01:00
NOTICE Initial commit (#1) 2022-07-09 14:25:04 +01:00
README.md Update README.md (#22) 2022-08-26 17:06:09 +01:00
buildpack.toml Bump version of libcnbv2 to 2.0.0-alpha.3 (#77) 2024-06-18 10:15:36 +01:00
go.mod Bump Go Modules (#93) 2025-06-27 14:48:08 -04:00
go.sum Bump Go Modules (#93) 2025-06-27 14:48:08 -04:00
golangci.yaml Bump Go from 1.22 to 1.23 (#81) 2024-10-08 14:03:45 -04:00

README.md

docker.io/buildpacksio/profile

The Profile Buildpack is a Cloud Native Buildpack that implements the behavior of .profile scripts. A .profile script is executed prior to the start of an application.

Behavior

This buildpack will participate all the following conditions are met

  • bash is available in the container
  • a .profile script file exists at the root of the application

The buildpack will do the following:

  • contribute an exec.d script which will at runtime source the .profile script and ensure environment variables set by the script are available to your application

License

This buildpack is released under version 2.0 of the Apache License.