Skip to content

blacklabelops/baseimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Tags And Respective Dockerfile Links

Base Image Tag Dockerfile Readme
blacklabelops/alpine latest, 3.8 Dockerfile README.md
blacklabelops/centos latest, 7, 7.4 , 7.4.1708 Dockerfile README.md
blacklabelops/ubuntu latest, 18, 18.04 Dockerfile README.md

blacklabelops/alpine

Docker Stars Docker Pulls

Blacklabelops Alpine Base Image

  • Includes repository updates
  • tini: Zombie Process Reaper
  • su-exec: Execute processes as different user
  • wait-for-it: Waiting for available server ports.
  • Feature Script: Runtime user definition with environment variables.

README.de

Dockerhub Repository

blacklabelops/centos

Docker Stars Docker Pulls

  • Includes updates

Build the Image

$ cd centos && docker build -t blacklabelops/centos .

Run the Image

$ docker run -it --rm blacklabelops/centos bash

blacklabelops/ubuntu

Docker Stars Docker Pulls

  • Includes updates

Build the Image

$ cd ubuntu && docker build -t blacklabelops/ubuntu .

Run the Image

$ docker run -it --rm blacklabelops/ubuntu bash