Skip to main content

A delfino plugin with helper scripts for working with docker.

Project description

🔌  Delfino Docker   🔌

A delfino plugin with helper scripts for working with docker.

CircleCI Codecov GitHub tag (latest SemVer) Maintenance GitHub last commit PyPI - Python Version Downloads

Commands

Command Description
docker-build Runs a docker build command for multiple platforms and pushes to dockerhub at the end.

Installation

  • pip: pip install delfino-docker
  • Poetry: poetry add -D delfino-docker
  • Pipenv: pipenv install -d delfino-docker

Configuration

Delfino doesn't load any plugins by default. To enable this plugin, add the following config into pyproject.toml:

[tool.delfino.plugins.delfino-docker]

Commands configuration

[tool.delfino.plugins.delfino-docker.docker-build]
# User name for logging in into dockerhub
dockerhub_username = ""

# Platforms to build with dockerx
build_for_platforms = [
    "linux/arm/v7",
    "linux/arm64",
    "linux/amd64",
]

Usage

Run delfino --help.

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

delfino_docker-4.0.1.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

delfino_docker-4.0.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

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