Skip to content

Commit

Permalink
Test build for #751
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak authored and SUSE Update Bot committed Nov 17, 2023
1 parent 2be593a commit 353b3aa
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ staging_build:
source_project: home:defolos:BCI:CR:SLE-15-SP5
source_package: nodejs-18-image
target_project: home:defolos:BCI:CR:SLE-15-SP5:Staging
- branch_package:
source_project: home:defolos:BCI:CR:SLE-15-SP5
source_package: nodejs-20-image
target_project: home:defolos:BCI:CR:SLE-15-SP5:Staging
- branch_package:
source_project: home:defolos:BCI:CR:SLE-15-SP5
source_package: openjdk-11-devel-image
Expand Down Expand Up @@ -232,6 +236,9 @@ refresh_devel_BCI:
- trigger_services:
project: devel:BCI:SLE-15-SP5
package: nodejs-18-image
- trigger_services:
project: devel:BCI:SLE-15-SP5
package: nodejs-20-image
- trigger_services:
project: devel:BCI:SLE-15-SP5
package: openjdk-11-devel-image
Expand Down
2 changes: 0 additions & 2 deletions nodejs-18-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@

#!BuildTag: bci/nodejs:18
#!BuildTag: bci/nodejs:18-%RELEASE%
#!BuildTag: bci/nodejs:latest
#!BuildTag: bci/node:18
#!BuildTag: bci/node:18-%RELEASE%
#!BuildTag: bci/node:latest
#!BuildName: bci-nodejs-18
#!BuildVersion: 15.5.18
FROM suse/sle15:15.5
Expand Down
50 changes: 50 additions & 0 deletions nodejs-20-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# SPDX-License-Identifier: MIT

# Copyright (c) 2023 SUSE LLC

# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon.

# The content of THIS FILE IS AUTOGENERATED and should not be manually modified.
# It is maintained by the BCI team and generated by
# https://github.com/SUSE/BCI-dockerfile-generator

# Please submit bugfixes or comments via https://bugs.opensuse.org/
# You can contact the BCI team via https://github.com/SUSE/bci/discussions


#!BuildTag: bci/nodejs:20
#!BuildTag: bci/nodejs:20-%RELEASE%
#!BuildTag: bci/nodejs:latest
#!BuildTag: bci/node:20
#!BuildTag: bci/node:20-%RELEASE%
#!BuildTag: bci/node:latest
#!BuildName: bci-nodejs-20
#!BuildVersion: 15.5.20
FROM suse/sle15:15.5

MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.nodejs
LABEL org.opencontainers.image.title="SLE BCI Node.js 20 development"
LABEL org.opencontainers.image.description="Node.js 20 development container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="20"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.suse.com/bci/nodejs:20-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="l3"
LABEL com.suse.supportlevel.until="2026-04-30"
LABEL com.suse.eula="sle-bci"
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15"
LABEL com.suse.image-type="sle-bci"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends nodejs20 npm20 git-core update-alternatives; zypper -n clean; rm -rf /var/log/*
ENV NODE_VERSION="20"

4 changes: 4 additions & 0 deletions nodejs-20-image/_service
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<services>
<service mode="buildtime" name="docker_label_helper"/>
<service mode="buildtime" name="kiwi_metainfo_helper"/>
</services>
4 changes: 4 additions & 0 deletions nodejs-20-image/nodejs-20-image.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Nov 17 13:27:05 UTC 2023 - SUSE Update Bot <[email protected]>

- First version of the Node.js 20 development BCI

0 comments on commit 353b3aa

Please sign in to comment.