fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

snap: update yaml with core22

Open lupaulus opened this issue 1 year ago • 1 comments

#8954

** Testing **

Need to assure that is working like core18, but there where breaking changes with Snapcraft from core18 to core22, I adapted the best I could.

lupaulus avatar Jun 13 '24 17:06 lupaulus

cc: @niedbalski want to review?

edsiper avatar Jun 14 '24 00:06 edsiper

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Dec 15 '24 02:12 github-actions[bot]

@bryanwsmith Reopen ?

lupaulus avatar Feb 10 '25 20:02 lupaulus

@bryanwsmith Reopen ?

Yes that would be very helpful. As a workaround for now I modified the snapcraft.yaml and rebuilt it and side loaded the snap.

Here is what I have so far, switched it to reference $SNAP_DATA and added log-observer to have the ability to send kernel messages., which fluent-bit already supports but ran into permission issues without it.

apps:
  service:
    command: usr/local/bin/fluent-bit -c $SNAP_DATA/etc/fluent-bit.conf
    daemon: simple
    plugs:
      - network
      - network-bind
      - log-observe
      # - read-config
  fluent-bit:
    command: usr/local/bin/fluent-bit
    plugs:
      - network
      - network-bind
      - log-observe

bryanwsmith avatar Feb 11 '25 01:02 bryanwsmith

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Sep 06 '25 02:09 github-actions[bot]

can't remove the stale

lupaulus avatar Sep 06 '25 16:09 lupaulus

@bryanwsmith what needs changing on this PR and can you push it?

patrick-stephens avatar Sep 12 '25 11:09 patrick-stephens