Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions repo/packages/buildpacks-catalog.packages.kadras.io/0.5.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: buildpacks-catalog.packages.kadras.io.0.5.0
spec:
capacityRequirementsDescription: Container registry with > 1GB available space
licenses:
- Apache 2.0
refName: buildpacks-catalog.packages.kadras.io
releaseNotes: https://github.com/kadras-io/buildpacks-catalog/releases
releasedAt: "2023-03-20T16:49:46Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/buildpacks-catalog@sha256:f6dc63199b4f3b98ee155f2380268cb8819529aab3b777672279f3d414fbf51a
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
kp_default_repository:
additionalProperties: false
description: Settings for the default container repository used by kpack.
Same as configured in the kpack package.
properties:
name:
default: ""
description: The default repository where to publish builder images
and dependencies.
example: ghcr.io/thomasvitale/kpack-build
type: string
x-example-description: Repository on GitHub Container Registry
type: object
type: object
version: 0.5.0
18 changes: 18 additions & 0 deletions repo/packages/buildpacks-catalog.packages.kadras.io/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: PackageMetadata
metadata:
creationTimestamp: null
name: buildpacks-catalog.packages.kadras.io
spec:
categories:
- build
displayName: buildpacks-catalog
longDescription: A set of buildpacks, stacks, and builders to use with kpack, a
Kubernetes-native implementation of Cloud Native Buildpacks. It supports multiple
languages and frameworks.
maintainers:
- name: Thomas Vitale
providerName: Kadras
shortDescription: A set of buildpacks, stacks, and builders to use with kpack.
supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/buildpacks-catalog
for community support.