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
e83c6a89
Commit
e83c6a89
authored
3 years ago
by
Alexander A. Klimov
Browse files
Options
Downloads
Patches
Plain Diff
Drop groovy
parent
a731206f
No related branches found
No related tags found
1 merge request
!10
Drop groovy
Pipeline
#24144
passed
3 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+0
-3
0 additions, 3 deletions
.gitlab-ci.yml
groovy/Makefile
+0
-1
0 additions, 1 deletion
groovy/Makefile
groovy/x86_64/Dockerfile
+0
-27
0 additions, 27 deletions
groovy/x86_64/Dockerfile
groovy/x86_64/Makefile
+0
-1
0 additions, 1 deletion
groovy/x86_64/Makefile
with
0 additions
and
32 deletions
.gitlab-ci.yml
+
0
−
3
View file @
e83c6a89
...
...
@@ -24,9 +24,6 @@ impish:
hirsute
:
<<
:
*build_job
groovy
:
<<
:
*build_job
focal
:
<<
:
*build_job
...
...
This diff is collapsed.
Click to expand it.
groovy/Makefile
deleted
100644 → 0
+
0
−
1
View file @
a731206f
include
../dist_x86_64.mk
This diff is collapsed.
Click to expand it.
groovy/x86_64/Dockerfile
deleted
100644 → 0
+
0
−
27
View file @
a731206f
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
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.
groovy/x86_64/Makefile
deleted
100644 → 0
+
0
−
1
View file @
a731206f
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