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
bb8ff941
Commit
bb8ff941
authored
3 years ago
by
Henrik Triem
Browse files
Options
Downloads
Patches
Plain Diff
Update to 15.3
parent
0dcd1a58
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Include support for 15.3
Pipeline
#18853
failed
3 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
15.3/Dockerfile
+2
-2
2 additions, 2 deletions
15.3/Dockerfile
15.3/Makefile
+0
-0
0 additions, 0 deletions
15.3/Makefile
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
4 additions
and
4 deletions
15.
2
/Dockerfile
→
15.
3
/Dockerfile
+
2
−
2
View file @
bb8ff941
FROM
opensuse/leap:15.
2
FROM
opensuse/leap:15.
3
RUN
zypper refresh
-f
\
RUN
zypper refresh
-f
\
&&
zypper update
-y
\
&&
zypper update
-y
\
...
@@ -13,7 +13,7 @@ RUN zypper --non-interactive install --no-recommends \
...
@@ -13,7 +13,7 @@ RUN zypper --non-interactive install --no-recommends \
cmake libopenssl-devel ccache
\
cmake libopenssl-devel ccache
\
&&
zypper clean
&&
zypper clean
RUN
OBS_DIST
=
openSUSE_Leap_15.
2
\
RUN
OBS_DIST
=
openSUSE_Leap_15.
3
\
&&
zypper
--non-interactive
addrepo https://download.opensuse.org/repositories/home:/icinga/
"
${
OBS_DIST
}
"
/home:icinga.repo
\
&&
zypper
--non-interactive
addrepo https://download.opensuse.org/repositories/home:/icinga/
"
${
OBS_DIST
}
"
/home:icinga.repo
\
&&
zypper
--gpg-auto-import-keys
--non-interactive
install
spectool createrepo
\
&&
zypper
--gpg-auto-import-keys
--non-interactive
install
spectool createrepo
\
&&
zypper clean
-a
&&
zypper clean
-a
...
...
This diff is collapsed.
Click to expand it.
15.
2
/Makefile
→
15.
3
/Makefile
+
0
−
0
View file @
bb8ff941
File moved
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
bb8ff941
all
:
all
:
$(
MAKE
)
-C
15.
2
$(
MAKE
)
-C
15.
3
push
:
push
:
$(
MAKE
)
-C
15.
2
push
$(
MAKE
)
-C
15.
3
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