Skip to main content

EpicMorg: Buildah-Compose Wrapper - CLI wrapper for buildah build system

Project description

Activity GitHub issues GitHub forks GitHub stars Size Release GitHub license Changelog PyPI - Downloads

Description

Python wrapper for run kaniko from shell with parameters from docker-compose.yml file.

Motivation

  1. You have Docker project thar contains: 1.1 docker-compose.yml - as build manifest 1.2 One or more Dockerfiles in project
  2. You want to automate builds with kaniko build system.
  3. kaniko dont support docker-compose.yml builds.

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):

  1. Single project in docker-compose.yml
services:
  app:
    image: "EpicMorg/buildah-wrapper:image"
    build:
      context: .
      dockerfile: ./Dockerfile
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

buildah_wrapper-0.0.0.7.post2.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

buildah_wrapper-0.0.0.7.post2-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file buildah_wrapper-0.0.0.7.post2.tar.gz.

File metadata

  • Download URL: buildah_wrapper-0.0.0.7.post2.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.2

File hashes

Hashes for buildah_wrapper-0.0.0.7.post2.tar.gz
Algorithm Hash digest
SHA256 09d8e4610e85f9a09eb6a13b1188b282ca8d448e317b6bfb6becc3b400c08140
MD5 3d317bcf3805cc11795f51c6bfaffbf5
BLAKE2b-256 1ae9676a3002e700dd19d2ddc6ececa73eab37fc747bc5d6605beff80c6de55b

See more details on using hashes here.

File details

Details for the file buildah_wrapper-0.0.0.7.post2-py3-none-any.whl.

File metadata

File hashes

Hashes for buildah_wrapper-0.0.0.7.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 3502a68d8f27ea1e3bbff06393fed5bd95149ed4830bb39f53ff55d43e8ff080
MD5 e1bfcfebffce76bec4a14df90d176b8e
BLAKE2b-256 1ca80561bdf3b38cc42b49c039064516670837a1c7f3c9f2f555f4aaf7467df3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page