-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds contour 1.26.1 and 1.22.3 rocks (#7)
The mentioned rock versions do not include procps, as it isn't included in the original project's Dockerfile (they're scratch-based images).
- Loading branch information
1 parent
82efc76
commit 0944838
Showing
5 changed files
with
104 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: contour | ||
base: bare | ||
build-base: [email protected] | ||
license: Apache-2.0 | ||
|
||
version: '1.22.3' | ||
summary: Contour is an open source Kubernetes ingress controller. | ||
description: | | ||
Contour is an open source Kubernetes ingress controller that works by deploying | ||
the Envoy proxy as a reverse proxy and load balancer. | ||
Overview of Contour Trademarks: This software listing is packaged by Bitnami. | ||
The respective trademarks mentioned in the offering are owned by the respective companies, | ||
and use of them does not imply any affiliation or endorsement. | ||
platforms: | ||
amd64: | ||
arm64: | ||
|
||
|
||
services: | ||
contour: | ||
override: replace | ||
summary: "contour service" | ||
startup: enabled | ||
command: "contour [ -h ]" | ||
on-failure: shutdown | ||
|
||
entrypoint-service: contour | ||
|
||
|
||
parts: | ||
contour: | ||
plugin: nil | ||
source: https://github.com/projectcontour/contour.git | ||
source-type: git | ||
source-tag: v${CRAFT_PROJECT_VERSION} | ||
source-depth: 1 | ||
build-snaps: | ||
- go/1.19/stable | ||
build-environment: | ||
- GOARCH: $CRAFT_ARCH_BUILD_FOR | ||
override-build: | | ||
make build | ||
mkdir -p "${CRAFT_PART_INSTALL}/bin" | ||
cp contour "${CRAFT_PART_INSTALL}/bin/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: contour | ||
base: bare | ||
build-base: [email protected] | ||
license: Apache-2.0 | ||
|
||
version: '1.26.1' | ||
summary: Contour is an open source Kubernetes ingress controller. | ||
description: | | ||
Contour is an open source Kubernetes ingress controller that works by deploying | ||
the Envoy proxy as a reverse proxy and load balancer. | ||
Overview of Contour Trademarks: This software listing is packaged by Bitnami. | ||
The respective trademarks mentioned in the offering are owned by the respective companies, | ||
and use of them does not imply any affiliation or endorsement. | ||
platforms: | ||
amd64: | ||
arm64: | ||
|
||
|
||
services: | ||
contour: | ||
override: replace | ||
summary: "contour service" | ||
startup: enabled | ||
command: "contour [ -h ]" | ||
on-failure: shutdown | ||
|
||
entrypoint-service: contour | ||
|
||
|
||
parts: | ||
contour: | ||
plugin: nil | ||
source: https://github.com/projectcontour/contour.git | ||
source-type: git | ||
source-tag: v${CRAFT_PROJECT_VERSION} | ||
source-depth: 1 | ||
build-snaps: | ||
- go/1.20/stable | ||
build-environment: | ||
- GOARCH: $CRAFT_ARCH_BUILD_FOR | ||
override-build: | | ||
make build | ||
mkdir -p "${CRAFT_PART_INSTALL}/bin" | ||
cp contour "${CRAFT_PART_INSTALL}/bin/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters