File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1616
1717# !BuildTag: bci/nodejs:18
1818# !BuildTag: bci/nodejs:18-%RELEASE%
19+ # !BuildTag: bci/nodejs:%%nodejs_version%%
20+ # !BuildTag: bci/nodejs:%%nodejs_version%%-%RELEASE%
1921# !BuildTag: bci/node:18
2022# !BuildTag: bci/node:18-%RELEASE%
23+ # !BuildTag: bci/node:%%nodejs_version%%
24+ # !BuildTag: bci/node:%%nodejs_version%%-%RELEASE%
2125# !BuildName: bci-nodejs-18
2226# !BuildVersion: 15.5.18
2327FROM bci/bci-base:15.5
@@ -29,7 +33,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends nodejs18 npm18 update-altern
2933LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
3034LABEL org.opencontainers.image.title="SLE BCI Node.js 18 development"
3135LABEL org.opencontainers.image.description="Node.js 18 development container based on the SLE Base Container Image."
32- LABEL org.opencontainers.image.version="18 "
36+ LABEL org.opencontainers.image.version="%%nodejs_version%% "
3337LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
3438LABEL org.opencontainers.image.created="%BUILDTIME%"
3539LABEL org.opencontainers.image.vendor="SUSE LLC"
Original file line number Diff line number Diff line change 11<services>
22 <service mode="buildtime" name="docker_label_helper"/>
33 <service mode="buildtime" name="kiwi_metainfo_helper"/>
4+ <service name="replace_using_package_version" mode="buildtime">
5+ <param name="file">Dockerfile</param>
6+ <param name="regex">%%nodejs_version%%</param>
7+ <param name="package">nodejs18</param>
8+ </service>
49</services>
You can’t perform that action at this time.
0 commit comments