Skip to content
generated from Vanilla-OS/vib-plugin

Vib (Vanilla Image Builder) plugin for DNF package manager.

Notifications You must be signed in to change notification settings

kbdharun/vib-dnf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vib-dnf

This repository contains the Vib (Vanilla Image Builder) plugin for the DNF (Dandified YUM) package manager.

Usage

It can be used in a workflow with the following syntax:

- uses: vanilla-os/[email protected]
  with:
    recipe: 'recipe.yml'
    plugins: 'kbdharun/vib-dnf:v0.1.1'

Building the plugin

The plugin can be built locally with the following commands:

go get ./...
go build -trimpath -buildmode=plugin -o dnf.so -v ./...