Commit Graph

8 Commits

Author SHA1 Message Date
Ed Morley 1b3b149dbb
Add `org.opencontainers.image.source` metadata LABEL (#364)
So that the images published to the GitHub Container Registry are associated with this GitHub repo - so show up under a "Packages" tab on this repo, rather than only under the generic "Packages" view for the org:
https://github.com/orgs/buildpacks/packages

See:
https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images
https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package#connecting-a-repository-to-a-container-image-using-the-command-line

Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
2025-07-25 08:28:55 -05:00
dependabot[bot] 5d720bb8a0
Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6 (#357)
* Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6

Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.20.3 to 0.20.6.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](https://github.com/google/go-containerregistry/compare/v0.20.3...v0.20.6)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.20.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>

* Update remaining Go 1.23 references to 1.24

For consistency with Dependabot's changes to go.mod

Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
2025-06-16 14:41:34 +00:00
Daniel Mikusa fb8eeacdca
Update Dockerfile
Signed-off-by: Daniel Mikusa <dan@mikusa.com>
2024-11-05 08:08:23 -05:00
Daniel Mikusa c04c0d8332
Update Dockerfile
Bump to Go 1.22 since the project update go.mod to 1.22.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
2024-06-06 21:23:21 -04:00
Joe Kutner 75caac9c42
Remove upx from build
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
2023-08-03 11:04:21 -05:00
Joe Kutner 051c0f44e0
Update dockerfile to go 1.19
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
2023-03-29 08:54:20 -05:00
Joe Kutner d4ea5db099
Upgrade go-github to v39, and golang to 1.17
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
2021-10-25 09:05:48 -05:00
Ben Hale 0735c5c0be
Registry Action
This change adds a GitHub action that facilities adding and yanking buildpacks
from the registry index.

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-10-29 12:57:47 -07:00