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
fdd34973
Commit
fdd34973
authored
2 years ago
by
Henrik Triem
Browse files
Options
Downloads
Patches
Plain Diff
Install older git
parent
26507b7d
No related branches found
No related tags found
No related merge requests found
Pipeline
#24587
failed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bionic/x86/Dockerfile
+1
-2
1 addition, 2 deletions
bionic/x86/Dockerfile
bionic/x86_64/Dockerfile
+1
-2
1 addition, 2 deletions
bionic/x86_64/Dockerfile
with
2 additions
and
4 deletions
bionic/x86/Dockerfile
+
1
−
2
View file @
fdd34973
...
...
@@ -7,7 +7,7 @@ RUN apt-get update \
&&
eatmydata apt-get upgrade
-y
RUN
eatmydata apt-get
install
-y
\
sudo
wget curl
tar
expect git
\
sudo
wget curl
tar
expect
git
=
1:2.17.1-1ubuntu0.9
\
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
...
...
@@ -22,7 +22,6 @@ RUN groupadd -g 1000 build \
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
icinga-provide-go 386
RUN
sudo
-u
build
--
git config
--global
--add
safe.directory
'*'
USER
build
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
This diff is collapsed.
Click to expand it.
bionic/x86_64/Dockerfile
+
1
−
2
View file @
fdd34973
...
...
@@ -15,7 +15,7 @@ RUN apt-get update \
&&
eatmydata apt-get upgrade
-y
RUN
eatmydata apt-get
install
-y
\
sudo
wget curl
tar
expect git
\
sudo
wget curl
tar
expect
git
=
1:2.17.1-1ubuntu0.9
\
devscripts build-essential lintian ccache pbuilder aptitude apt-utils golang-1.11-go
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
...
...
@@ -30,7 +30,6 @@ RUN groupadd -g 1000 build \
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
icinga-provide-go
RUN
sudo
-u
build
--
git config
--global
--add
safe.directory
'*'
USER
build
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
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