Skip to content

Commit

Permalink
Test build for #1602
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Sep 6, 2024
1 parent 320f1b1 commit 7ad28b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nodejs-18-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@

#!BuildTag: bci/nodejs:18
#!BuildTag: bci/nodejs:18-%RELEASE%
#!BuildTag: bci/nodejs:%%nodejs_version%%
#!BuildTag: bci/nodejs:%%nodejs_version%%-%RELEASE%
#!BuildTag: bci/node:18
#!BuildTag: bci/node:18-%RELEASE%
#!BuildTag: bci/node:%%nodejs_version%%
#!BuildTag: bci/node:%%nodejs_version%%-%RELEASE%
#!BuildName: bci-nodejs-18
#!BuildVersion: 15.5.18
FROM bci/bci-base:15.5
Expand All @@ -29,7 +33,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends nodejs18 npm18 update-altern
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.title="SLE BCI Node.js 18 development"
LABEL org.opencontainers.image.description="Node.js 18 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="18"
LABEL org.opencontainers.image.version="%%nodejs_version%%"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
Expand Down
5 changes: 5 additions & 0 deletions nodejs-18-image/_service
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<services>
<service mode="buildtime" name="docker_label_helper"/>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%nodejs_version%%</param>
<param name="package">nodejs18</param>
</service>
</services>

0 comments on commit 7ad28b3

Please sign in to comment.