commit 0f694aa48c1242a562bce7534a3621be026440f6ff09f88b7d9c3a1871c71d2d Author: Dan Čermák Date: Mon Jan 29 09:56:13 2024 +0000 [info=264ed750aba0344e8162402a91eaa3f7] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/ruby-3.3-image?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1385489 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,49 @@ +# SPDX-License-Identifier: MIT + +# Copyright (c) 2024 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: opensuse/bci/ruby:3.3 +#!BuildTag: opensuse/bci/ruby:3.3-%RELEASE% +#!BuildTag: opensuse/bci/ruby:3 +#!BuildTag: opensuse/bci/ruby:3-%RELEASE% +#!BuildTag: opensuse/bci/ruby:latest + +FROM opensuse/tumbleweed:latest + +MAINTAINER openSUSE (https://www.opensuse.org/) + +# Define labels according to https://en.opensuse.org/Building_derived_containers +# labelprefix=org.opensuse.bci.ruby +LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Ruby 3.3" +LABEL org.opencontainers.image.description="Ruby 3.3 container based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.version="3.3" +LABEL org.opencontainers.image.url="https://www.opensuse.org" +LABEL org.opencontainers.image.created="%BUILDTIME%" +LABEL org.opencontainers.image.vendor="openSUSE Project" +LABEL org.opencontainers.image.source="%SOURCEURL%" +LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/ruby-3.3-image/README.md" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/ruby:3.3-%RELEASE%" +LABEL org.openbuildservice.disturl="%DISTURL%" +LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime" +LABEL org.opensuse.release-stage="released" + +# endlabelprefix + +RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux curl git-core gcc-c++ sqlite3-devel make awk timezone; zypper -n clean; rm -rf /var/log/* +ENV LANG="C.UTF-8" +ENV RUBY_VERSION="%%rb_ver%%" +ENV RUBY_MAJOR="%%rb_maj%%" + +RUN set -euo pipefail; sed -i 's/--format-executable/--no-format-executable/' /etc/gemrc diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c6d654 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# The openSUSE Tumbleweed BCI Ruby 3.3 Container image + +Ruby 3.3 container based on the openSUSE Tumbleweed Base Container Image. diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..a6a4866 --- /dev/null +++ b/_constraints @@ -0,0 +1,7 @@ + + + + 6 + + + diff --git a/_service b/_service new file mode 100644 index 0000000..2ff303e --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + + + Dockerfile + %%rb_ver%% + ruby3.3 + + + Dockerfile + %%rb_maj%% + ruby3.3 + minor + + \ No newline at end of file diff --git a/ruby-3.3-image.changes b/ruby-3.3-image.changes new file mode 100644 index 0000000..21d3f40 --- /dev/null +++ b/ruby-3.3-image.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Jan 29 09:30:50 UTC 2024 - SUSE Update Bot + +- First version of the Ruby 3.3 BCI