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
aea63fde
Commit
aea63fde
authored
5 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Update handling for additional repos
parent
ce9e2565
No related branches found
No related tags found
No related merge requests found
Pipeline
#3902
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
15.0/Dockerfile
+7
-5
7 additions, 5 deletions
15.0/Dockerfile
42.3/Dockerfile
+7
-5
7 additions, 5 deletions
42.3/Dockerfile
with
14 additions
and
10 deletions
15.0/Dockerfile
+
7
−
5
View file @
aea63fde
...
...
@@ -22,13 +22,15 @@ RUN groupadd -g 1000 jenkins \
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
OBS_DIST
=
openSUSE_Leap_15.0
\
&&
zypper
--non-interactive
addrepo https://download.opensuse.org/repositories/home:/lazyfrosch:/devel:/languages:/go/
"
${
OBS_DIST
}
"
/home:lazyfrosch:devel:languages:go.repo
\
&&
zypper
--non-interactive
addrepo 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
--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
ar https://packages.icinga.com/openSUSE/ICINGA-release.repo
\
&&
zypper
--non-interactive
refresh
&&
zypper
--non-interactive
addrepo
--refresh
https://packages.icinga.com/openSUSE/ICINGA-release.repo
\
&&
zypper
--non-interactive
refresh
\
&&
zypper clean
-a
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
...
...
This diff is collapsed.
Click to expand it.
42.3/Dockerfile
+
7
−
5
View file @
aea63fde
...
...
@@ -22,13 +22,15 @@ RUN groupadd -g 1000 jenkins \
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
OBS_DIST
=
openSUSE_Leap_42.3
\
&&
zypper
--non-interactive
addrepo https://download.opensuse.org/repositories/home:/lazyfrosch:/devel:/languages:/go/
"
${
OBS_DIST
}
"
/home:lazyfrosch:devel:languages:go.repo
\
&&
zypper
--non-interactive
addrepo 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
--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
ar https://packages.icinga.com/openSUSE/ICINGA-release.repo
\
&&
zypper
--non-interactive
refresh
&&
zypper
--non-interactive
addrepo
--refresh
https://packages.icinga.com/openSUSE/ICINGA-release.repo
\
&&
zypper
--non-interactive
refresh
\
&&
zypper clean
-a
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
...
...
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