File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 50
50
build-args : |
51
51
CZ_VERSION=${{ steps.getversion.outputs.version }}
52
52
tags : |
53
- commitizen/commitizen:3
53
+ commitizen/commitizen:4
54
54
commitizen/commitizen:latest
55
55
commitizen/commitizen:${{ steps.getversion.outputs.version }}
Original file line number Diff line number Diff line change 8
8
9
9
## Docker images
10
10
11
- We publish major versions starting with ` v3 ` + latest exact v3 .
11
+ We publish major versions starting with ` v4 ` + latest exact v4 .
12
12
13
13
| Tag | Description |
14
14
| ------------------------------ | --------------------------------------------------------------- |
15
- | ` commitizen/commitizen:latest ` | Latest major version, at the moment v3 |
15
+ | ` commitizen/commitizen:latest ` | Latest major version, at the moment v4 |
16
+ | ` commitizen/commitizen:4 ` | Points to latest v4 |
17
+ | ` commitizen/commitizen:4.x ` | See [ tags] ( https://hub.docker.com/r/commitizen/commitizen/tags ) |
16
18
| ` commitizen/commitizen:3 ` | Points to latest v3 |
17
19
| ` commitizen/commitizen:3.x ` | See [ tags] ( https://hub.docker.com/r/commitizen/commitizen/tags ) |
18
20
| ` commitizen/commitizen:2 ` | Points to latest v2 |
19
21
| ` commitizen/commitizen:2.x ` | See [ tags] ( https://hub.docker.com/r/commitizen/commitizen/tags ) |
20
22
21
23
This repo checks daily for the latest version and tries to publish it.
22
24
25
+ ## Migrating to ` v4 `
26
+
27
+ Nothing has changed, python 3.8 support has been dropped.
28
+
23
29
## Migrating from ` v2 ` to ` v3 ` image
24
30
25
31
We've moved this images from using ` CMD ` to ` ENTRYPOINT ` for ` v3 ` .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ EXACT_VERSION="${EXACT_VERSION:-3}"
5
5
# Also tag exact question, if not provided we repeat value '3' twice, but
6
6
# it won't create any problem
7
7
docker build \
8
- -t registry.hub.docker.com/commitizen/commitizen:3 \
8
+ -t registry.hub.docker.com/commitizen/commitizen:4 \
9
9
-t registry.hub.docker.com/commitizen/commitizen:latest \
10
10
-t " registry.hub.docker.com/commitizen/commitizen:$EXACT_VERSION " \
11
11
.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -ex
2
- docker run --rm --name commitizen registry.hub.docker.com/commitizen/commitizen:3 " $@ "
2
+ docker run --rm --name commitizen registry.hub.docker.com/commitizen/commitizen:4 " $@ "
You can’t perform that action at this time.
0 commit comments