Skip to content

Commit

Permalink
chore: updated ko base image to run-jammy-static:0.0.28 (#270)
Browse files Browse the repository at this point in the history
* chore: updated ko base image to run-jammy-static:0.0.28

* chore: GITHUB_TOKEN added to CI acceptance tests to avoid rate limiting
  • Loading branch information
anibmurthy committed Feb 23, 2023
1 parent 5f41afb commit 44ee133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: vmware-tanzu/carvel-setup-action@v1
- run: |
imgpkg version
Expand Down Expand Up @@ -134,6 +136,8 @@ jobs:
- uses: vmware-tanzu/carvel-setup-action@v1
with:
imgpkg: v0.29.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
imgpkg version
kbld version
Expand Down
3 changes: 2 additions & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
defaultBaseImage: paketobuildpacks/run-jammy-tiny:latest
# paketobuildpacks/run-jammy-static:0.0.28
defaultBaseImage: paketobuildpacks/run-jammy-static@sha256:43f8f7f1b9181866221cc472719ddeca748dc95792a35b35a082935b50a554b7

0 comments on commit 44ee133

Please sign in to comment.