Publish to Snapcraft Store

abskmj

abskmj

Posted on September 16, 2020

Publish to Snapcraft Store

Publish Kustomize automatically to Snapcraft Store

I usually work with Kubernetes clusters for deployment and a tool called kustomize to manage the manifests.

I recently started using Snapcraft apps on Ubuntu and found that Kustomize is not available in their store. So, I decided to put together a Github action that will publish automatically the latest version of Kustomize to the Snapcraft store.

The Github Action is scheduled to run daily. It checks if there is a new version of Kustomize available on their Github Repository. If so, bundle and publish it as a snap to the Snapcraft Store. Kustomize is popular on Snapcraft Store. https://snapcraft.io/kustomize

Submission Category: DIY Deployments

Yaml File or Link to Code: https://github.com/abskmj/snapcraft-kustomize

Additional Resources / Info

The core implementation is a NodeJS script.

💖 💪 🙅 🚩
abskmj
abskmj

Posted on September 16, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Animal Search App
githubhack23 Animal Search App

May 20, 2023

Uses Sentinel
github Uses Sentinel

March 5, 2023