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-7.0.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

grocker-7.0-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: grocker-7.0.tar.gz
  • Upload date:
  • Size: 18.3 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.6

File hashes

Hashes for grocker-7.0.tar.gz
Algorithm Hash digest
SHA256 f28c4a2a57fa33d373c2c59f5e56fee1778447f14b8ecbaebd36a78c3818e05f
MD5 de4a73598eb36591680a41bdcc51b7e2
BLAKE2b-256 66f2b640bfa2976c7449c93470e816c2e02209b0286eaa7af270451e2cef87c4

See more details on using hashes here.

File details

Details for the file grocker-7.0-py3-none-any.whl.

File metadata

  • Download URL: grocker-7.0-py3-none-any.whl
  • Upload date:
  • Size: 24.0 kB
  • Tags: 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.6

File hashes

Hashes for grocker-7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e6757cad6e7fcbb35029b85f5c5fa6017ede2449882bd90626a3a6bdb8febe37
MD5 627db6aa758de8de3f3455a704501d46
BLAKE2b-256 cd1e656cfbde241f52f39f7faeaa61ac3cfd2dfd14a001906babcab1e820e420

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