A delfino plugin with helper scripts for working with docker.
Project description
🔌 Delfino Docker 🔌
A delfino plugin with helper scripts for working with docker.
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 details)
Built Distribution
File details
Details for the file delfino_docker-4.0.1.tar.gz
.
File metadata
- Download URL: delfino_docker-4.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.8.18 Linux/5.15.0-1039-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c536beddae47885caa2a383ea89134195151de3f403c376cb9f8d0777d78fad1 |
|
MD5 | 1e3939735b5d8988bf6e09ca33fa9604 |
|
BLAKE2b-256 | c518b2d4131f6dbec48864f9db0cd5692ec41dde9ee38efa93982330bffcfb7e |
File details
Details for the file delfino_docker-4.0.1-py3-none-any.whl
.
File metadata
- Download URL: delfino_docker-4.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.8.18 Linux/5.15.0-1039-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc0def0bd2138acf40ebdccfbff565398248643afd7223a8603d1049677729ae |
|
MD5 | 5f44123bffa9f88291c843648ce7e630 |
|
BLAKE2b-256 | 5fc99f4e2443199102f3c56a8371d121912777cf56c3c5ad54e09a3a906b61c1 |