Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ubuntu
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
ubuntu
Commits
614ace7e
Commit
614ace7e
authored
3 years ago
by
Alexander A. Klimov
Browse files
Options
Downloads
Patches
Plain Diff
Add impish
parent
ae4b75d9
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Add impish
Pipeline
#21874
passed
3 years ago
Stage: build
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
impish/Makefile
+1
-0
1 addition, 0 deletions
impish/Makefile
impish/x86_64/Dockerfile
+27
-0
27 additions, 0 deletions
impish/x86_64/Dockerfile
impish/x86_64/Makefile
+1
-0
1 addition, 0 deletions
impish/x86_64/Makefile
with
33 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
0
View file @
614ace7e
...
...
@@ -18,6 +18,9 @@ before_script:
-
make -C ${CI_JOB_NAME}
-
'
[
"$CI_COMMIT_REF_NAME"
!=
master
]
||
make
-C
${CI_JOB_NAME}
push'
impish
:
<<
:
*build_job
hirsute
:
<<
:
*build_job
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
614ace7e
TARGETS
:=
bionic disco focal hirsute
TARGETS
:=
bionic disco focal hirsute
impish
TARGETS_PUSH
:=
$(
TARGETS:
=
-push
)
TARGETS_CLEAN
:=
$(
TARGETS:
=
-clean
)
...
...
This diff is collapsed.
Click to expand it.
impish/Makefile
0 → 100644
+
1
−
0
View file @
614ace7e
include
../dist_x86_64.mk
This diff is collapsed.
Click to expand it.
impish/x86_64/Dockerfile
0 → 100644
+
27
−
0
View file @
614ace7e
FROM
ubuntu:impish
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
\
&&
apt-get
install
-y
eatmydata
\
&&
eatmydata apt-get upgrade
-y
RUN
eatmydata apt-get
install
-y
\
sudo
wget curl
tar
expect git
\
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
"
$(
lsb_release
-sc
)
"
\
&&
echo
"deb http://packages.icinga.com/ubuntu icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
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
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
icinga-provide-go
USER
build
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
This diff is collapsed.
Click to expand it.
impish/x86_64/Makefile
0 → 100644
+
1
−
0
View file @
614ace7e
include
../../image.mk
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