Skip to content

dengrocrm/docker-baseimage-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenGro Docker Base Image

This is the repo for the base Docker image used in application deployments. It is based on the official alpine image and inspired by linuxserver/docker-baseimage-alpine.

Running

Note that this image does not contain any application code. Run the following command to run and exec an interactive bash shell:

docker exec -it dengrocrm/baseimage-alpine:latest /bin/bash

Building and publishing

Images are built automatically when pushed to Github, the following is here for reference purposes.

Build the image by run the following command:

docker build --tag dengrocrm/baseimage-alpine:latest .
docker push dengrocrm/baseimage-alpine:latest

Note that --tag is rquired in order to publish the image.

About

Base image built with official Alpine and S6 overlay

Resources

Stars

Watchers

Forks

Packages

No packages published