grocker 8.2
pip install grocker
Released:
Docker image builder
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD 3-Clause License)
- Author: Polyconseil
- Tags docker, build, packaging
- Requires: Python >=3.8
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
Project description
Grocker - a Docker image builder for Python applications
Grocker allows you to bundle your Python applications as Docker image while keeping the image size as minimal as possible.
Grocker uses debian:buster, debian:bookworm or alpine:latest as its base image.
Grocker is hosted on Github at https://github.com/polyconseil/Grocker. Grocker full documentation is available on https://grocker.readthedocs.io/.
Installation
Install Docker Engine. See its official documentation.
Install Grocker with pip: pip install grocker.
Basic usage
$ grocker build ipython==5.0.0 --entrypoint ipython
$ docker run --rm -ti ipython:5.0.0-<grocker-version>
Direct wheel path
A wheel can also be directly passed to grocker to avoid the need to upload an artefact to build an image.
Grocker will switch to this mode if a / is present in the argument. Pip extra requirements can be used in this mode.
$ grocker build ./path/to/ipython-7.1.1-py3-none-any.whl[doc] --entrypoint ipython
$ docker run --rm -ti ipython-doc:7.1.1-<grocker-version>
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD 3-Clause License)
- Author: Polyconseil
- Tags docker, build, packaging
- Requires: Python >=3.8
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file grocker-8.2.tar.gz
.
File metadata
- Download URL: grocker-8.2.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5126e423a11dbb2c6796620c3dbae931eab5d48dbac6adf837bc9f037e4eb15 |
|
MD5 | ac8f24afb41ee0c039002bb74a4ca298 |
|
BLAKE2b-256 | c1205f1a4fe73ae124b2791fceae3991d6ad6eb669d12a88fbf9cbf65b95dfd7 |
File details
Details for the file grocker-8.2-py3-none-any.whl
.
File metadata
- Download URL: grocker-8.2-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e992929131ef604951fd5b343cead62851be7df3ec4e6b2e40ba48bee9f70388 |
|
MD5 | 28df44eaaabff953833e6ed5ddfc6fb8 |
|
BLAKE2b-256 | 3bc9daa229a7be9ef7f45505bfbbb89c4621de5fab38d4b15d877641eb715ea0 |