achill/dockerlib
Archived
1
0
Fork
You've already forked dockerlib
1
Build official Docker Images yourself without Raid Limit instead using Docker Hub
This repository has been archived on 2025年05月09日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 92.7%
  • Makefile 7.3%
fossdd 4afcf809ad Update 'README.md'
Signed-off-by: fossdd <fossdd@noreply.codeberg.org>
2021年07月09日 17:11:21 +02:00
data add default_build_version tags to images 2021年01月07日 11:52:55 +01:00
dockerlib implement default_build_version config key 2021年01月07日 11:43:00 +01:00
.gitignore add public data folder 2020年12月30日 15:38:28 +01:00
CHANGELOG.md provide changelog as file in repository 2021年01月05日 19:44:54 +01:00
dockerlib.svg add a logo for dockerlib 2020年12月31日 17:49:19 +01:00
LICENSE Initial commit 2020年12月30日 12:46:39 +01:00
Makefile modernize makefile 2021年07月09日 17:10:08 +02:00
README.md Update 'README.md' 2021年07月09日 17:11:21 +02:00
requirements.txt loads image configurations 2020年12月30日 13:40:49 +01:00

dockerlib

Build official Docker Images yourself without Raid Limit instead using Docker Hub

Installation

Build it using the makefile:

make

Now, to install, you have just to run: sudo make install

Usage

To build, for example Alpine, run:

sudo dockerlib build alpine