pimod

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file

GPL-3.0 License

Stars
112

Bot releases are hidden (Show)

pimod - 0.6.1 - 2024-07-08 Latest Release

Published by jonashoechst 3 months ago

Added

  • Building Docker images for linux/arm/v7.
  • Configure Renovate for automated updates.
  • Installed git in docker container to support git-based versioning

Changed

  • Reworked the README to ease readability and understanding of pimod's internals.
pimod - 0.6.0 - 2022-02-12

Published by oxzi over 2 years ago

Added

  • New -r/--resolv flag to select which /etc/resolv.conf to use.

Fixed

  • Apply ENV variables also to HOST commands.
pimod - 0.5.0 - 2022-01-17

Published by oxzi almost 3 years ago

Added

  • New ENV command for environment variables.
  • New EXTRACT command to copy files back to the host; @sensslen.
pimod - 0.4.4 - 2021-11-09

Published by oxzi almost 3 years ago

Added

  • Bind /sys, allow the usage of docker inside pimod
pimod - 0.4.3 - 2021-11-09

Published by oxzi almost 3 years ago

Fixed

  • PARTUUIDs got rewritten by parted - replaced by sfdisk
pimod - 0.4.2 - 2021-11-04

Published by jonashoechst almost 3 years ago

Fixed

  • A bug where PUMP was limited to 2GB maximum size
pimod - v0.4.1

Published by jonashoechst almost 3 years ago

Fixed

Fixed a bug in shell encoding leading to failing multiline commands.

Full Changelog: https://github.com/Nature40/pimod/compare/v0.4.0...v0.4.1

pimod - 0.4.0 - 2021-10-07

Published by oxzi about 3 years ago

Added

  • WORKDIR command to specify the working directory within the image.

Fixed

  • Brought latest version of pimod back to GitHub Marketplace.
pimod - 0.3.1 - 2021-10-04

Published by oxzi about 3 years ago

Added

  • pimod.sh -t: trace executed commands for debugging.
  • Started a CHANGELOG.md with prior changes.

Changed

  • FROM: document PARTITION_NO argument.

Fixed

  • PUMP: fix behavior for bigger partition tables.
  • Print Warning on QEMU binary fmt loading err.
pimod - v0.3.0 - INCLUDE command

Published by oxzi about 3 years ago

  • Add INCLUDE command to include other Pifiles easily in our script without using sh'isms, #33
    Thanks to @aniongithub.
pimod - v0.2.2 - Bug Fix Release

Published by jonashoechst over 3 years ago

  • Warn about potentially wrongly encoded Pifiles, #30
  • Do not cache invalidly downloaded images, #31
pimod - v0.2 - GitHub Action

Published by jonashoechst almost 4 years ago

  • GitHub Action / Marketplace Integration
  • PIMOD features as described in GHTC paper