Skip to content

Commit

Permalink
Cleanup 1.28.2 rock (#8)
Browse files Browse the repository at this point in the history
* Removes procps stage package
* Creates directory before copying binary to it
* chore: Cleans up rockcraft.yaml file
  • Loading branch information
claudiubelu committed Jul 22, 2024
1 parent 468b56f commit 82efc76
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions 1.28.2/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ license: Apache-2.0
version: '1.28.2'
summary: Contour is an open source Kubernetes ingress controller.
description: |
Contour is an open source Kubernetes ingress controller that works by deploying
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,
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:
Expand All @@ -34,11 +34,9 @@ parts:
source-type: git
source-tag: v1.28.2
source-depth: 1
stage-packages:
- procps
build-snaps:
- go/1.21/stable
override-build: |
make build
cp contour ${CRAFT_PART_INSTALL}/bin/contour
make build
mkdir -p "${CRAFT_PART_INSTALL}/bin/"
cp contour ${CRAFT_PART_INSTALL}/bin/

0 comments on commit 82efc76

Please sign in to comment.