Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story/ku 1195/test trigger #10

Closed
wants to merge 26 commits into from
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Push Multiarch Images
on:
workflow_dispatch:
pull_request:
push:
branches:
Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:
name: Combine Rocks and Push Multiarch Manifest
uses: canonical/k8s-workflows/.github/workflows/assemble_multiarch_image.yaml@main
needs: [build-and-push-arch-specifics]
if: ${{ needs.build-and-push-arch-specifics.outputs.changed-rock-metas != '[]' }}
with:
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.rock-metas }}
rock-metas: ${{ needs.build-and-push-arch-specifics.outputs.changed-rock-metas }}
dry-run: ${{ github.event_name != 'push' }}
18 changes: 18 additions & 0 deletions 2.1.6/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,21 @@ parts:
dpkg -x ./libssl1.1_1.1.0g-2ubuntu4_amd64.deb ${CRAFT_PART_INSTALL}/
wget http://security.ubuntu.com/ubuntu/pool/main/o/openldap/libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb
dpkg -x ./libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ${CRAFT_PART_INSTALL}/
##test
##test2
##test3
##test4
##test5
##test6
##test7
##test8
##test9
##test10
##test11
##test12
##test13
##test14
##test15
##test16
##test17
##test18
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ OCI image for [fluent-bit](https://github.com/fluent/fluent-bit) based on Ubuntu

Image is loosely based on original [Dockerfile](https://github.com/fluent/fluent-bit/blob/master/dockerfiles/Dockerfile)
and [Makefile](https://github.com/fluent/fluent-bit/tree/master/cmake)

# test
Loading