Giter Site home page Giter Site logo

alpine-iso's Introduction

alpine-iso

A set of Alpine Docker images... containing their respective Alpine ISO

DockerHub: https://hub.docker.com/repository/docker/raonigabriel/alpine-iso

The ideas behind this GitHub repository are:

  1. Use the GitHub Actions Build Matrix combined with sub-folders to have sub-modules within the repo.
  2. Use the GitHub Actions Manual Triggers with inputs (params).
  3. Use symlinks within the repo (./virt/Dockerfile, ./extended/Dockerfile and ./xen/Dockerfile are symlinks to ./standard/Dockerfile).
  4. How to use an ARG before the FROM instruction.
  5. Introduce the /etc/os-release file (found on the base Alpine image) so that we can take advandage of it by using the source command.
  6. Demonstrate that we can use Docker images for the sole purpose of storing big ISO files. ๐Ÿ˜ฌ

Features

Each image variant is build from the respective Docker image and contains its corresponding ISO image on /usr/share/misc.
The all variant contains all the 4 ISO files.

Tags (based on x64 Alpine ISOs available for download)

  • raonigabriel/alpine-iso:standard-x.y.z
  • raonigabriel/alpine-iso:extended-x.y.z
  • raonigabriel/alpine-iso:virt-x.y.z
  • raonigabriel/alpine-iso:xen-x.y.z
  • raonigabriel/alpine-iso:all-x.y.z

Where x.y.z above is a valid Alpine release version, eg. 3.13.0

Simple usage (you can bind mount to 'retrieve' the ISO)

# docker run --rm -it raonigabriel/alpine-iso:standard-3.13.0
# ls -la /usr/share/misc
# -rw-r--r--    1 root     root     139460608 Jan 18 19:41 alpine-standard-3.13.0-x86_64.iso

alpine-iso's People

Contributors

raonigabriel avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.