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
- uv:
uv add delfino-docker - Poetry:
poetry add -D delfino-docker - Pipenv:
pipenv install -d delfino-docker - pip:
pip install 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file delfino_docker-5.0.0-py3-none-any.whl.
File metadata
- Download URL: delfino_docker-5.0.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a982f31d38b604968c6252006fa514996135b5dc8ea441998a40154230b0867
|
|
| MD5 |
44ef0f5c6c01b5da4033a5c1f1a46c32
|
|
| BLAKE2b-256 |
5faaa6e14f056d78dd7db5ec14997abaf63ea0d9a38e00b9a2ad4093f4af0894
|