Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opensuse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Build Images
opensuse
Commits
440f7fdc
Commit
440f7fdc
authored
4 years ago
by
Alexander A. Klimov
Browse files
Options
Downloads
Patches
Plain Diff
Drop v15.0
parent
835a7900
No related branches found
No related tags found
1 merge request
!3
Drop v15.0
Pipeline
#14671
passed
4 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+0
-3
0 additions, 3 deletions
.gitlab-ci.yml
15.0/Dockerfile
+0
-36
0 additions, 36 deletions
15.0/Dockerfile
15.0/Makefile
+0
-2
0 additions, 2 deletions
15.0/Makefile
Makefile
+0
-2
0 additions, 2 deletions
Makefile
with
0 additions
and
43 deletions
.gitlab-ci.yml
+
0
−
3
View file @
440f7fdc
...
...
@@ -18,8 +18,5 @@ before_script:
-
make -C ${CI_JOB_NAME}
-
'
[
"$CI_COMMIT_REF_NAME"
!=
master
]
||
make
-C
${CI_JOB_NAME}
push'
'
15.0'
:
<<
:
*build_job
'
15.1'
:
<<
:
*build_job
This diff is collapsed.
Click to expand it.
15.0/Dockerfile
deleted
100644 → 0
+
0
−
36
View file @
835a7900
FROM
opensuse/leap:15.0
RUN
zypper refresh
-f
\
&&
zypper update
-y
\
&&
zypper clean
RUN
zypper
--non-interactive
install
--no-recommends
\
sudo
wget curl which
tar
expect git
\
make patch rpm-build rpmlint
\
&&
zypper clean
RUN
zypper
--non-interactive
install
--no-recommends
\
cmake libopenssl-devel ccache
\
&&
zypper clean
RUN
OBS_DIST
=
openSUSE_Leap_15.0
\
&&
zypper
--non-interactive
addrepo
--refresh
https://download.opensuse.org/repositories/home:/lazyfrosch:/devel:/languages:/go/
"
${
OBS_DIST
}
"
/home:lazyfrosch:devel:languages:go.repo
\
&&
zypper
--non-interactive
addrepo
--refresh
https://download.opensuse.org/repositories/home:/lazyfrosch:/devel:/tools/
"
${
OBS_DIST
}
"
/home:lazyfrosch:devel:tools.repo
\
&&
zypper
--gpg-auto-import-keys
--non-interactive
install
spectool createrepo
\
&&
zypper clean
-a
RUN
rpm
--import
https://packages.icinga.com/icinga.key
\
&&
zypper
--non-interactive
addrepo
--refresh
https://packages.icinga.com/openSUSE/ICINGA-release.repo
\
&&
zypper
--non-interactive
refresh
\
&&
zypper clean
-a
RUN
groupadd
-g
1000 build
\
&&
useradd
-u
1000
-g
1000
-m
build
\
&&
echo
'Defaults:build !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'build ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
\
&&
chown
build.build /usr/local/bin
USER
build
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
This diff is collapsed.
Click to expand it.
15.0/Makefile
deleted
100644 → 0
+
0
−
2
View file @
835a7900
VARIANT
:=
x86_64
include
../image.mk
This diff is collapsed.
Click to expand it.
Makefile
+
0
−
2
View file @
440f7fdc
all
:
$(
MAKE
)
-C
15.0
$(
MAKE
)
-C
15.1
push
:
$(
MAKE
)
-C
15.0 push
$(
MAKE
)
-C
15.1 push
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment