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
a0a0d7c0
Commit
a0a0d7c0
authored
4 years ago
by
Noah Hilverling
Browse files
Options
Downloads
Patches
Plain Diff
Add Ubuntu Groovy Gorilla
parent
c3f7075a
No related branches found
No related tags found
No related merge requests found
Pipeline
#14759
passed
4 years ago
Stage: build
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
groovy/Makefile
+1
-0
1 addition, 0 deletions
groovy/Makefile
groovy/x86_64/Dockerfile
+26
-0
26 additions, 0 deletions
groovy/x86_64/Dockerfile
groovy/x86_64/Makefile
+1
-0
1 addition, 0 deletions
groovy/x86_64/Makefile
with
31 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
View file @
a0a0d7c0
...
...
@@ -18,6 +18,9 @@ before_script:
-
make -C ${CI_JOB_NAME}
-
'
[
"$CI_COMMIT_REF_NAME"
!=
master
]
||
make
-C
${CI_JOB_NAME}
push'
groovy
:
<<
:
*build_job
focal
:
<<
:
*build_job
...
...
This diff is collapsed.
Click to expand it.
groovy/Makefile
0 → 100644
+
1
−
0
View file @
a0a0d7c0
include
../dist_x86_64.mk
This diff is collapsed.
Click to expand it.
groovy/x86_64/Dockerfile
0 → 100644
+
26
−
0
View file @
a0a0d7c0
FROM
ubuntu:groovy
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
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.
groovy/x86_64/Makefile
0 → 100644
+
1
−
0
View file @
a0a0d7c0
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