EpicMorg: Buildah-Compose Wrapper - CLI wrapper for buildah 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 buildah-wrapper
cd <...>/directory/contains/docker/and/docker-compose-file/
buildah-wrapper
Arguments (examples)
--compose-file- Path to docker-compose.yml file--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/buildah-wrapper:image"
build:
context: .
dockerfile: ./Dockerfile
- Multiproject in
docker-compose.yml
services:
app:
image: "EpicMorg/buildah-wrapper:image-jdk11"
build:
context: .
app-develop:
image: "EpicMorg/buildah-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
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 buildah_wrapper-1.0.0.0.tar.gz.
File metadata
- Download URL: buildah_wrapper-1.0.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
806602360a398045932cd967e77c7d394fcd87e97afcb84cfc4a819f2b54b8f0
|
|
| MD5 |
c153d2d496b3e0db1c3cb1d8d7f9b0f4
|
|
| BLAKE2b-256 |
0eb10091070989c90177d36a2c9bdf2b9151a383c6d7081832e91c621fb5f1e3
|
File details
Details for the file buildah_wrapper-1.0.0.0-py3-none-any.whl.
File metadata
- Download URL: buildah_wrapper-1.0.0.0-py3-none-any.whl
- Upload date:
- Size: 8.8 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 |
1d9840296cae12f897fae0faa6e952e1479ca460067a8b180de8eb6bd78dac7b
|
|
| MD5 |
fa29aa0b80d630f275f37e382040e2a0
|
|
| BLAKE2b-256 |
e1dc22bf4dc057eb84007a462ddaa6dbc68db37f6366957308ee1039c8790101
|