Commit 09518af
committed
style(ct): use app.image.version for configbaker OCI metadata tags
To have proper references also for future versions, we cannot just use project.version. (As seen with the app image Dockerfile, just transferring the method)
Needs a workaround for fabric8io/docker-maven-plugin#1865:
Included APP_IMAGE_VERSION in pom.xml and Dockerfile to address version handling issues with the plugin. This ensures proper image versioning and compatibility in the build process.1 parent 942a5df commit 09518af
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | | - | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
| 1181 | + | |
| 1182 | + | |
1181 | 1183 | | |
1182 | 1184 | | |
1183 | 1185 | | |
| |||
0 commit comments