Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs-24-image for openSUSE:Factory 
checked in at 2026-05-12 19:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-24-image (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-24-image.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-24-image"

Tue May 12 19:27:11 2026 rev:5 rq:1352540 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-24-image/nodejs-24-image.changes  
2026-03-27 06:45:20.379657500 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-24-image.new.1966/nodejs-24-image.changes    
    2026-05-12 19:27:45.685805432 +0200
@@ -1,0 +2,5 @@
+Mon May 11 15:11:15 UTC 2026 - SUSE Update Bot <[email protected]>
+
+- use base/micro splitting
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile.base ++++++
--- /var/tmp/diff_new_pack.gAOQex/_old  2026-05-12 19:27:46.501839253 +0200
+++ /var/tmp/diff_new_pack.gAOQex/_new  2026-05-12 19:27:46.505839419 +0200
@@ -15,12 +15,14 @@
 
 #!UseOBSRepositories
 
-#!BuildTag: opensuse/bci/nodejs:%%nodejs_version%%-%RELEASE%
-#!BuildTag: opensuse/bci/nodejs:%%nodejs_version%%
+#!BuildTag: opensuse/bci/nodejs:%%nodejs_version%%-base-%RELEASE%
+#!BuildTag: opensuse/bci/nodejs:%%nodejs_version%%-base
+#!BuildTag: opensuse/bci/nodejs:24-base
 #!BuildTag: opensuse/bci/nodejs:24
 #!BuildTag: opensuse/bci/nodejs:latest
-#!BuildTag: opensuse/bci/node:%%nodejs_version%%-%RELEASE%
-#!BuildTag: opensuse/bci/node:%%nodejs_version%%
+#!BuildTag: opensuse/bci/node:%%nodejs_version%%-base-%RELEASE%
+#!BuildTag: opensuse/bci/node:%%nodejs_version%%-base
+#!BuildTag: opensuse/bci/node:24-base
 #!BuildTag: opensuse/bci/node:24
 #!BuildTag: opensuse/bci/node:latest
 #!BcntSyncTag: nodejs-24-image
@@ -52,8 +54,8 @@
 LABEL org.opencontainers.image.created="%BUILDTIME%"
 LABEL org.opencontainers.image.vendor="openSUSE Project"
 LABEL org.opencontainers.image.source="%SOURCEURL%"
-LABEL org.opencontainers.image.ref.name="%%nodejs_version%%-%RELEASE%"
-LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/bci/nodejs:%%nodejs_version%%-%RELEASE%"
+LABEL org.opencontainers.image.ref.name="%%nodejs_version%%-base-%RELEASE%"
+LABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/bci/nodejs:%%nodejs_version%%-base-%RELEASE%"
 LABEL org.openbuildservice.disturl="%DISTURL%"
 LABEL 
org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI";
 LABEL org.opensuse.release-stage="released"

++++++ README.base.md ++++++
--- /var/tmp/diff_new_pack.gAOQex/_old  2026-05-12 19:27:46.553841408 +0200
+++ /var/tmp/diff_new_pack.gAOQex/_new  2026-05-12 19:27:46.557841574 +0200
@@ -11,7 +11,7 @@
 To deploy an application, install dependencies, copy the sources, and 
configure the application's main script:
 
 ```Dockerfile
-FROM registry.opensuse.org/opensuse/bci/nodejs:24
+FROM registry.opensuse.org/opensuse/bci/nodejs:24-base
 
 WORKDIR /app
 
@@ -36,13 +36,13 @@
 To generate a `package-lock.lock` file, use the following command:
 
 ```ShellSession
-$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/nodejs:24 npm install --package-lock-only
+$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/nodejs:24-base npm install 
--package-lock-only
 ```
 
 To run a single script inside a container, use the following command:
 
 ```ShellSession
-$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/nodejs:24 node script.js
+$ podman run --rm -v "$PWD":/app:Z -w /app 
registry.opensuse.org/opensuse/bci/nodejs:24-base node script.js
 ```
 
 ## Licensing

Reply via email to