Skip to content

Simple script for creating single-layer OCI images.

License

Notifications You must be signed in to change notification settings

arnout/sloci-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sloci-image

Build Status

This project provides a simple CLI tool for packing rootfs into a single-layer OCI image (compliant with OCI Image Format 1.0.1).

TODO

Requirements

  • POSIX-sh compatible shell (e.g. Busybox ash, dash, Bash, ZSH)

  • common Unix userland with awk, date, gzip, sed, sha256sum (e.g. from Busybox, core-utils, …)

  • tar (full-blown)

Usage

Read documentation in the sloci-image script.

You can add sloci-image as a submodule into your repository or download it on demand, e.g.:

wget https://raw.githubusercontent.com/jirutka/sloci-image/v0.1.1/sloci-image \
    && echo 'd6e66667a09d8d58ec85fa284574af7946e77fcc  sloci-image' | sha1sum -c \
    || exit 1

License

This project is licensed under MIT License. For the full text of the license, see the LICENSE file.

About

Simple script for creating single-layer OCI images.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 88.9%
  • Makefile 11.1%