Commit 69681a9 1 parent a124dc1 commit 69681a9 Copy full SHA for 69681a9
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 61
61
build-args : |
62
62
UBUNTU_VERSION=${{ matrix.ubuntu_version }}
63
63
tags : |
64
- cruizba/ubuntu-dind:${{ matrix.ubuntu_name }}-${{ env.CURRENT_VERSION }}-systemd
65
- cruizba/ubuntu-dind:${{ matrix.ubuntu_name }}-${{ env.CURRENT_VERSION }}-systemd -r${{ env.BUILD_NUMBER }}
64
+ cruizba/ubuntu-dind:${{ matrix.ubuntu_name }}-systemd- ${{ env.CURRENT_VERSION }}
65
+ cruizba/ubuntu-dind:${{ matrix.ubuntu_name }}-systemd- ${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }}
66
66
cruizba/ubuntu-dind:${{ matrix.ubuntu_name }}-systemd-latest
67
67
${{ matrix.ubuntu_version == env.LATEST_UBUNTU_VERSION && 'cruizba/ubuntu-dind:systemd-latest' || '' }}
Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ cruizba/ubuntu-dind:jammy-<docker-version>
187
187
cruizba/ubuntu-dind:noble-< docker-version>
188
188
189
189
# Systemd images
190
- cruizba/ubuntu-dind:focal-< docker-version> -systemd
191
- cruizba/ubuntu-dind:jammy-< docker-version> -systemd
192
- cruizba/ubuntu-dind:noble-< docker-version> -systemd
190
+ cruizba/ubuntu-dind:focal-systemd- < docker-version>
191
+ cruizba/ubuntu-dind:jammy-systemd- < docker-version>
192
+ cruizba/ubuntu-dind:noble-systemd- < docker-version>
193
193
```
194
194
195
195
### Fixed images and revision
@@ -201,9 +201,9 @@ cruizba/ubuntu-dind:jammy-<docker-version>-r<revision>
201
201
cruizba/ubuntu-dind:noble-< docker-version> -r< revision>
202
202
203
203
# Systemd images
204
- cruizba/ubuntu-dind:focal-< docker-version> -systemd -r< revision>
205
- cruizba/ubuntu-dind:jammy-< docker-version> -systemd -r< revision>
206
- cruizba/ubuntu-dind:noble-< docker-version> -systemd -r< revision>
204
+ cruizba/ubuntu-dind:focal-systemd- < docker-version> -r< revision>
205
+ cruizba/ubuntu-dind:jammy-systemd- < docker-version> -r< revision>
206
+ cruizba/ubuntu-dind:noble-systemd- < docker-version> -r< revision>
207
207
```
208
208
209
209
### Latest Images per Ubuntu version:
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ build_systemd_image() {
37
37
38
38
docker build \
39
39
--build-arg UBUNTU_VERSION=${ubuntu_version} \
40
- -t cruizba/ubuntu-dind:${ubuntu_name} -${DOCKER_VERSION} -systemd \
41
- -t cruizba/ubuntu-dind:${ubuntu_name} -${DOCKER_VERSION} -systemd -r${BUILD_NUMBER} \
40
+ -t cruizba/ubuntu-dind:${ubuntu_name} -systemd- ${DOCKER_VERSION} \
41
+ -t cruizba/ubuntu-dind:${ubuntu_name} -systemd- ${DOCKER_VERSION} -r${BUILD_NUMBER} \
42
42
-t cruizba/ubuntu-dind:${ubuntu_name} -systemd-latest \
43
43
-f Dockerfile.systemd .
44
44
You can’t perform that action at this time.
0 commit comments