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
c57e0277
Commit
c57e0277
authored
2 years ago
by
Eric Lippmann
Browse files
Options
Downloads
Plain Diff
Merge branch 'v15.4'
parents
22fbe70e
982e1f7c
No related branches found
No related tags found
No related merge requests found
Pipeline
#25250
passed
2 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
15.4/Dockerfile
+3
-4
3 additions, 4 deletions
15.4/Dockerfile
15.4/Makefile
+0
-0
0 additions, 0 deletions
15.4/Makefile
Makefile
+11
-6
11 additions, 6 deletions
Makefile
with
16 additions
and
12 deletions
.gitlab-ci.yml
+
2
−
2
View file @
c57e0277
...
@@ -18,8 +18,8 @@ before_script:
...
@@ -18,8 +18,8 @@ before_script:
-
make -C ${CI_JOB_NAME}
-
make -C ${CI_JOB_NAME}
-
'
[
"$CI_COMMIT_REF_NAME"
!=
master
]
||
make
-C
${CI_JOB_NAME}
push'
-
'
[
"$CI_COMMIT_REF_NAME"
!=
master
]
||
make
-C
${CI_JOB_NAME}
push'
'
15.
3
'
:
'
15.
4
'
:
<<
:
*build_job
<<
:
*build_job
'
15.
2
'
:
'
15.
3
'
:
<<
:
*build_job
<<
:
*build_job
This diff is collapsed.
Click to expand it.
15.
2
/Dockerfile
→
15.
4
/Dockerfile
+
3
−
4
View file @
c57e0277
FROM
opensuse/leap:15.
2
FROM
opensuse/leap:15.
4
RUN
zypper refresh
-f
\
RUN
zypper refresh
-f
\
&&
zypper update
-y
\
&&
zypper update
-y
\
...
@@ -13,9 +13,8 @@ RUN zypper --non-interactive install --no-recommends \
...
@@ -13,9 +13,8 @@ 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
zypper
--non-interactive
addrepo https://download.opensuse.org/repositories/home:/icinga/15.4/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_c
\
&&
zypper
--gpg-auto-import-keys
--non-interactive
install
spectool createrepo
\
&&
zypper clean
-a
&&
zypper clean
-a
RUN
rpm
--import
https://packages.icinga.com/icinga.key
\
RUN
rpm
--import
https://packages.icinga.com/icinga.key
\
...
...
This diff is collapsed.
Click to expand it.
15.
2
/Makefile
→
15.
4
/Makefile
+
0
−
0
View file @
c57e0277
File moved
This diff is collapsed.
Click to expand it.
Makefile
+
11
−
6
View file @
c57e0277
all
:
TARGETS
:=
$(
patsubst %/Dockerfile,%,
$(
wildcard
*
/Dockerfile
))
$(
MAKE
)
-C
15.2
PUSH_TARGETS
:=
$(
patsubst %,%-push,
$(
TARGETS
))
$(
MAKE
)
-C
15.3
push
:
.PHONY
:
$(TARGETS)
$(
MAKE
)
-C
15.2 push
$(
MAKE
)
-C
15.3 push
all
:
$(TARGETS)
$(TARGETS)
:
$(
MAKE
)
-C
$@
$(PUSH_TARGETS)
:
$(
MAKE
)
-C
$@
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