Giter Site home page Giter Site logo

image-fuzzy-alpine-base's Introduction

image-fuzzy-alpine-base

Fuzzy as in reference to the https://en.wikipedia.org/wiki/The_Mythical_Man-Month book where Fred describes the approach of "write one to throw away" as the best start.

A base docker image, on which other images can be base, in order to share a set of standards.

Maintained by: Aleksi Johansson [email protected]

Docker

Image

This image is available publicly at:

  • quay.io/wunder/fuzzy-alpine-base : Docker Repository on Quay

Base

This image is based on the official alpine image https://hub.docker.com/_/alpine/.

Modifications

  1. Create /app directory;
  2. create app user and group with id 1000;
  3. set /app as app user home;
  4. set app as owner of /app.

Using this Image

This image is meant to be extended to application specific images by adding custom configuration.

The standards introduced are used primarily to allow predicatable and compatible behaviour across images. Not all images need to implement these standards, but primarily those images which need to share access to assets and file source should, as the standards solve a number of permissions related issues.

  1. all service/application assets and settings should be based out of /app
  2. all images should have an "app" (uid:1000, gid:1000) user
  3. "app" should own /app
  4. "app" should be used to run any services

Using these standards should prevent any file permissions issues when different images share volumes.

image-fuzzy-alpine-base's People

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.