Skip to content

Commit

Permalink
Merge pull request #3579 from imjasonh/ko-fips
Browse files Browse the repository at this point in the history
new package: ko-fips
  • Loading branch information
imjasonh authored Jul 14, 2023
2 parents 2d31ff2 + f0010e3 commit 1bab2d5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ko-fips.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
package:
name: ko-fips
version: 0.14.1
epoch: 0
description: Simple, fast container image builder for Go applications.
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- ca-certificates-bundle
- busybox
- go-fips
environment:
CGO_ENABLED: "0"

pipeline:
- uses: git-checkout
with:
repository: https://github.com/ko-build/ko
tag: v${{package.version}}
expected-commit: 200db7243f02b5c0303e21d8ab8e3b4ad3a229d0
destination: ko

- runs: |
cd ko
go build -o "${{targets.destdir}}"/usr/bin/ko \
-ldflags "-s -w -X github.com/google/ko/pkg/commands.Version=${{package.version}}" \
-trimpath
update:
enabled: true
github:
identifier: ko-build/ko
strip-prefix: v

0 comments on commit 1bab2d5

Please sign in to comment.