Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions fuse-overlayfs-snapshotter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
package:
name: fuse-overlayfs-snapshotter
version: 1.0.6
epoch: 0
description: fuse-overlayfs plugin for rootless containerd
copyright:
- license: Apache-2.0
dependencies:
runtime:
- fuse-overlayfs

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base
- go
- fuse3-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/containerd/fuse-overlayfs-snapshotter
expected-commit: a705ae6f22850358821ec1e7d968bc79003934ef
tag: v${{package.version}}

- runs: |
make bin/containerd-fuse-overlayfs-grpc

make install BINDIR="${{targets.destdir}}"/usr/bin

- uses: strip

update:
enabled: true
github:
identifier: containerd/fuse-overlayfs-snapshotter
strip-prefix: v
50 changes: 50 additions & 0 deletions fuse-overlayfs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
package:
name: fuse-overlayfs
version: 1.12
epoch: 0
description: FUSE implementation for overlayfs
copyright:
- license: GPL-2.0-or-later
dependencies:
runtime:
# TODO: Provide a static build option as well
- fuse3

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base
- linux-headers
- fuse3-dev
- automake
- autoconf
- libtool
- pkgconf-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/containers/fuse-overlayfs
expected-commit: 560ab7d9de5c1de115dda75fcd9420c59beeee37
tag: v${{package.version}}

- name: Run autoreconf
runs: |
./autogen.sh

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

update:
enabled: true
github:
identifier: containers/fuse-overlayfs
strip-prefix: v
2 changes: 2 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -812,3 +812,5 @@ sonobuoy
libslirp
slirp4netns
local-path-provisioner
fuse-overlayfs
fuse-overlayfs-snapshotter