Skip to main content

Docker image builder

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:jessie, debian:stretch 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

  1. Install Docker Engine. See its official documentation.

  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grocker-6.9.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

grocker-6.9-py2.py3-none-any.whl (25.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file grocker-6.9.tar.gz.

File metadata

  • Download URL: grocker-6.9.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grocker-6.9.tar.gz
Algorithm Hash digest
SHA256 c6508d617a7671a463c812d875fa36154d2101640b051e6b60513cf69554e416
MD5 38a139d4fdfc9b7187fff62e27a3458a
BLAKE2b-256 077232e0c5d61492534f9aededd86ac4884d8091af0d20f93b65f375b229586f

See more details on using hashes here.

File details

Details for the file grocker-6.9-py2.py3-none-any.whl.

File metadata

  • Download URL: grocker-6.9-py2.py3-none-any.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for grocker-6.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 189cdab8e759afb6a4a022017d40dec3d1b959853641404aa9cf2a45dca74b29
MD5 a8c8c04ac3a984c0870515eac666ccee
BLAKE2b-256 3dd66ccd09e67aa293cb5b1df6341129fceb6f78be664247ecdfb73525503bbd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page