Commit b608d15 1 parent 8442606 commit b608d15 Copy full SHA for b608d15
File tree 6 files changed +13
-7
lines changed
6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 17
17
submodules : recursive
18
18
19
19
- name : Install dependencies
20
- run : sudo apt-get update && sudo apt-get install -y binfmt-support fdisk file kpartx lsof p7zip-full qemu qemu-user-static unzip wget xz-utils units
20
+ run : sudo apt-get update && sudo apt-get install -y binfmt-support fdisk file git kpartx lsof p7zip-full qemu qemu-user-static unzip wget xz-utils units
21
21
shell : bash
22
22
23
23
- name : Run pimod OpenWRT example
Original file line number Diff line number Diff line change 1
1
** /* .img
2
2
.cache /
3
+ CHANGELOG.md
Original file line number Diff line number Diff line change @@ -16,9 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
The title should be ` ${VERSION} - ${YYYY-MM-DD} ` and the description should contain the section from this ` CHANGELOG.md ` .
17
17
18
18
## [ Unreleased]
19
+
20
+ ## [ 0.6.1] - 2024-07-08
19
21
### Added
20
22
- Building Docker images for linux/arm/v7.
21
23
- Configure Renovate for automated updates.
24
+ - Installed git in docker container to support git-based versioning
22
25
23
26
### Changed
24
27
- Reworked the README to ease readability and understanding of pimod's internals.
@@ -107,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107
110
### Added
108
111
- Initial release of a working version of pimod.
109
112
110
- [ Unreleased ] : https://github.com/Nature40/pimod/compare/v0.6.0...HEAD
113
+ [ Unreleased ] : https://github.com/Nature40/pimod/compare/v0.6.1...HEAD
114
+ [ 0.6.1 ] : https://github.com/Nature40/pimod/compare/v0.6.0...v0.6.1
111
115
[ 0.6.0 ] : https://github.com/Nature40/pimod/compare/v0.5.0...v0.6.0
112
116
[ 0.5.0 ] : https://github.com/Nature40/pimod/compare/v0.4.4...v0.5.0
113
117
[ 0.4.4 ] : https://github.com/Nature40/pimod/compare/v0.4.3...v0.4.4
Original file line number Diff line number Diff line change 1
- FROM debian:bullseye -slim
1
+ FROM debian:bookworm -slim
2
2
3
3
LABEL description="Reconfigure Raspberry Pi images with an easy, Docker-like configuration file"
4
4
LABEL maintainer=
"[email protected] "
5
- LABEL version="0.6.0"
5
+ LABEL version="0.6.1"
6
+
7
+ RUN bash
6
8
7
9
RUN apt-get update && \
8
10
apt-get install -y \
9
11
binfmt-support \
10
12
fdisk \
11
13
file \
14
+ git \
12
15
kpartx \
13
16
lsof \
14
17
p7zip-full \
15
- qemu \
16
18
qemu-user-static \
17
19
unzip \
18
20
wget \
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- run : sudo apt-get update
16
16
shell : bash
17
- - run : sudo apt-get install -y binfmt-support fdisk file kpartx qemu qemu-user-static unzip p7zip-full wget xz-utils units
17
+ - run : sudo apt-get install -y binfmt-support fdisk file git kpartx qemu qemu-user-static unzip p7zip-full wget xz-utils units
18
18
shell : bash
19
19
- run : sudo ${{ github.action_path }}/pimod.sh ${{ inputs.pifile }}
20
20
shell : bash
Original file line number Diff line number Diff line change 1
- version : ' 3'
2
1
services :
3
2
pimod :
4
3
build : .
You can’t perform that action at this time.
0 commit comments