EpicMorg: Kaniko-Compose Wrapper - CLI wrapper for Kaniko build system
Project description
Description
Python wrapper for run kaniko from shell with parameters from docker-compose.yml file.
Motivation
- You have Docker project thar contains:
1.1
docker-compose.yml- as build manifest 1.2 One or moreDockerfiles in project - You want to automate builds with
kanikobuild system. kanikodont supportdocker-compose.ymlbuilds.
How to
pip install kaniko-wrapper
cd <...>/directory/contains/docker/and/docker-compose-file/
kaniko-wrapper
Arguments (examples)
--compose-file- Path to docker-compose.yml file--kaniko-imageKaniko executor image (def.gcr.io/kaniko-project/executor:latest)--push,--deploy,-d,-p- Deploy the built images to the registry--dry-run,--dry- Dry run: build images without pushing and with cleanup--version,-v- Show script version--help,-h- Show this help message and exit
Supported features (example):
- Single project in
docker-compose.yml
services:
app:
image: "EpicMorg/kaniko-wrapper:image"
build:
context: .
dockerfile: ./Dockerfile
- Multiproject in
docker-compose.yml
services:
app:
image: "EpicMorg/kaniko-wrapper:image-jdk11"
build:
context: .
app-develop:
image: "EpicMorg/kaniko-wrapper:image-develop-jdk11"
build:
context: .
dockerfile: ./Dockerfile.develop
app-develop-17:
image: "epicmorg/astralinux:image-develop-jdk17"
build:
context: .
dockerfile: ./Dockerfile.develop-17
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kaniko_wrapper-3.0.0.0a0.tar.gz
(17.0 kB
view details)
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 kaniko_wrapper-3.0.0.0a0.tar.gz.
File metadata
- Download URL: kaniko_wrapper-3.0.0.0a0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
739962eac4ca24f4f4e342c97cb4e5a287f0254521a511766adc020d63772b5d
|
|
| MD5 |
6ab2ecee31ddf1e07ebcce26bc59cec5
|
|
| BLAKE2b-256 |
78dcc38abe2198c46403584fbb7033ac3ae6dfee5a58cd8106a797a82a1294a3
|
File details
Details for the file kaniko_wrapper-3.0.0.0a0-py3-none-any.whl.
File metadata
- Download URL: kaniko_wrapper-3.0.0.0a0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d485eaf1b0d2a4923ab8b5754f3e94377196f212e4f46ad0078316381f9fa053
|
|
| MD5 |
fbe5820ad68c7e16a2e0b9dcaa3ccd26
|
|
| BLAKE2b-256 |
54fa82d9bdd70759e5cc290752eee41b842b20e6a393dcf229f286c15357fb34
|