Offline generation of 4.6.1731074977.2c4a23450
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA-devel-container?expand=0&rev=57
This commit is contained in:
commit
92ba3b996a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
28
Dockerfile
Normal file
28
Dockerfile
Normal file
@ -0,0 +1,28 @@
|
||||
# Specify the license of the container build description (see also the LICENSE file)
|
||||
# SPDX-License-Identifier: MIT
|
||||
# Define the names/tags of the container
|
||||
#!BuildTag: opensuse/openqa_devel:latest opensuse/openqa_devel:%PKG_VERSION% opensuse/openqa_devel:%PKG_VERSION%.%RELEASE%
|
||||
|
||||
# Match chromium architectures
|
||||
#!ExclusiveArch: x86_64 aarch64 riscv64
|
||||
|
||||
# hadolint ignore=DL3006
|
||||
FROM opensuse/tumbleweed
|
||||
|
||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
||||
# labelprefix=org.opensuse.openqa_devel
|
||||
LABEL org.opencontainers.image.title="openQA devel container"
|
||||
LABEL org.opencontainers.image.description="openQA development container"
|
||||
LABEL org.opencontainers.image.version="%PKG_VERSION%.%RELEASE%"
|
||||
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/openqa_devel:%PKG_VERSION%.%RELEASE%"
|
||||
LABEL org.openbuildservice.disturl="%DISTURL%"
|
||||
LABEL org.opencontainers.image.created="%BUILDTIME%"
|
||||
# endlabelprefix
|
||||
|
||||
# hadolint ignore=DL3037
|
||||
RUN zypper in -y os-autoinst-devel openQA-devel vim nodejs-default git mc perl-Devel-REPL perl-Term-ReadKey && \
|
||||
zypper clean -a
|
||||
|
||||
ENV OPENQA_DIR /opt/openqa
|
||||
VOLUME $OPENQA_DIR
|
||||
WORKDIR $OPENQA_DIR
|
7
_constraints
Normal file
7
_constraints
Normal file
@ -0,0 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">12</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
22
_service
Normal file
22
_service
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/os-autoinst/openQA</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionprefix">4.6</param>
|
||||
<param name="versionformat">%ct.%h</param>
|
||||
<param name="subdir">container/devel</param>
|
||||
<param name="extract">Dockerfile</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">okurz@suse.de</param>
|
||||
</service>
|
||||
<service name="kiwi_metainfo_helper" mode="buildtime"/>
|
||||
<service name="docker_label_helper" mode="buildtime"/>
|
||||
<service name="replace_using_package_version" mode="buildtime">
|
||||
<param name="file">Dockerfile</param>
|
||||
<param name="regex">%PKG_VERSION%</param>
|
||||
<param name="parse-version">patch</param>
|
||||
<param name="package">openQA-devel</param>
|
||||
</service>
|
||||
</services>
|
3
openQA-4.6.1717018874.263632817.obscpio
Normal file
3
openQA-4.6.1717018874.263632817.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5478275f973634aacf79071dbce47b817f7644fb9dbd00de222c0571f57f63a8
|
||||
size 1545
|
3
openQA-4.6.1729634304.9a22ad596.obscpio
Normal file
3
openQA-4.6.1729634304.9a22ad596.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:675e74ee72657a0fdd8699859fe46c1366bd206a70807237e46c10d0096713e2
|
||||
size 1545
|
3
openQA-4.6.1730390212.a960523ab.obscpio
Normal file
3
openQA-4.6.1730390212.a960523ab.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55a77b849ec7ed7a9471c203eaad73489950bbe666df983f25d64f5e51913497
|
||||
size 1545
|
3
openQA-4.6.1730465612.ebe44db5a.obscpio
Normal file
3
openQA-4.6.1730465612.ebe44db5a.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:880334428f8d5ce4f8a6657277a7727c9e39ab6b5d5a9f56514bf806098fcc32
|
||||
size 1545
|
3
openQA-4.6.1730743336.9ae638b23.obscpio
Normal file
3
openQA-4.6.1730743336.9ae638b23.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abd31af790710e19d4fd93700f4b487052c88bf7106a8bc003b0d4cbaf9bd624
|
||||
size 1545
|
3
openQA-4.6.1731000818.f18017507.obscpio
Normal file
3
openQA-4.6.1731000818.f18017507.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d96d48d8cf8feb3177194eba4b11bc682cd906025a2fd50f0b4f97b67f130b11
|
||||
size 1545
|
3
openQA-4.6.1731074977.2c4a23450.obscpio
Normal file
3
openQA-4.6.1731074977.2c4a23450.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d68dbabd85f7fe346ee03475ebadd77dc155d062b2244a2426fff4b4713eeda
|
||||
size 1545
|
166
openQA-devel-container.changes
Normal file
166
openQA-devel-container.changes
Normal file
@ -0,0 +1,166 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 03:30:41 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1731074977.2c4a23450:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 07 19:30:03 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1731000818.f18017507:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 05 11:26:48 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1730743336.9ae638b23:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 03 03:28:06 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1730465612.ebe44db5a:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 19:32:54 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1730390212.a960523ab:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 09:33:13 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1729634304.9a22ad596:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 20:35:24 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1717018874.263632817:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 12:25:17 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1716898754.1c98e2217:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 04:25:48 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1716566379.3b8eb1f61:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 20:26:07 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1716471629.dc3ed1b8a:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:35:11 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1715609300.c38e99083:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 06:26:17 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1715377164.c357f5c7e:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 08 22:27:24 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1715202015.45705992e:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 04 22:48:54 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1714815830.68247fd5b:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 02 14:00:15 UTC 2024 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1714486212.11bc4a65b:
|
||||
* Provide volume and default workdir for openqa_devel container
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 02 22:13:10 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1690904243.43514d586:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 31 14:07:47 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1690803816.e47aebd47:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 29 05:57:06 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1690598632.46f13d3b2:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 22:01:38 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1690300398.6c9149e55:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 22:18:10 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1689777131.0258955c4:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 14:14:51 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1689360748.edd4aa130:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 10:17:46 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1689265095.7be7504aa:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 14:27:11 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1689162874.c51d4b927:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 08 04:40:38 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1688760836.a3a5f9574:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 05 20:41:31 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1688565452.efc15ea39:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 02 05:08:55 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1688124489.7f4be1c11:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 29 20:56:19 UTC 2023 - okurz@suse.de
|
||||
|
||||
- Update to version 4.6.1688038171.b33d28482:
|
||||
* Update to latest openQA version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 15:57:26 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- initial openQA-devel-container submission
|
4
openQA.obsinfo
Normal file
4
openQA.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1731074977.2c4a23450
|
||||
mtime: 1731074977
|
||||
commit: 2c4a2345039a2d5b7c876c772bc3e5ee72bda8c6
|
Loading…
Reference in New Issue
Block a user