Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
debian
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
debian
Compare revisions
ace445aa3ca04d0b5c5d94b59198564b31cbb734 to ac76f4a44ac929fff938094c0044eadeb6c6d5e7
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
build-docker/debian
Select target project
No results found
ac76f4a44ac929fff938094c0044eadeb6c6d5e7
Select Git revision
Branches
feature/go-binaries
master
Swap
Target
build-docker/debian
Select target project
build-docker/debian
1 result
ace445aa3ca04d0b5c5d94b59198564b31cbb734
Select Git revision
Branches
feature/go-binaries
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Fix Go architecture mismatch
· aecb9d34
Alexander A. Klimov
authored
3 years ago
aecb9d34
Merge branch 'go386' into 'master'
· 5ecc8488
Julian Brost
authored
3 years ago
Fix Go architecture mismatch See merge request
!5
5ecc8488
Don't cache Docker layers
· ac76f4a4
Alexander A. Klimov
authored
3 years ago
ac76f4a4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bullseye/x86/Dockerfile
+1
-1
1 addition, 1 deletion
bullseye/x86/Dockerfile
buster/x86/Dockerfile
+1
-1
1 addition, 1 deletion
buster/x86/Dockerfile
image.mk
+1
-2
1 addition, 2 deletions
image.mk
stretch/x86/Dockerfile
+1
-1
1 addition, 1 deletion
stretch/x86/Dockerfile
with
4 additions
and
5 deletions
bullseye/x86/Dockerfile
View file @
ac76f4a4
...
@@ -23,7 +23,7 @@ RUN groupadd -g 1000 build \
...
@@ -23,7 +23,7 @@ RUN groupadd -g 1000 build \
&&
chown
build.build /usr/local/bin
&&
chown
build.build /usr/local/bin
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
icinga-provide-go
RUN
icinga-provide-go
386
USER
build
USER
build
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
CMD
["icinga-build-package"]
This diff is collapsed.
Click to expand it.
buster/x86/Dockerfile
View file @
ac76f4a4
...
@@ -23,7 +23,7 @@ RUN groupadd -g 1000 build \
...
@@ -23,7 +23,7 @@ RUN groupadd -g 1000 build \
&&
chown
build.build /usr/local/bin
&&
chown
build.build /usr/local/bin
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
icinga-provide-go
RUN
icinga-provide-go
386
USER
build
USER
build
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
CMD
["icinga-build-package"]
This diff is collapsed.
Click to expand it.
image.mk
View file @
ac76f4a4
...
@@ -22,11 +22,10 @@ endif
...
@@ -22,11 +22,10 @@ endif
all
:
pull build
all
:
pull build
pull
:
pull
:
docker pull
"
$(
IMAGE
)
:
$(
VARIANT
)
"
||
true
docker pull
"
$(
FROM
)
"
docker pull
"
$(
FROM
)
"
build
:
build
:
docker build
--cache-from
"
$(
IMAGE
)
:
$(
VARIANT
)
"
--tag
"
$(
IMAGE
)
:
$(
VARIANT
)
"
.
docker build
--tag
"
$(
IMAGE
)
:
$(
VARIANT
)
"
.
ifdef
IMAGE_EXTRA_TAG
ifdef
IMAGE_EXTRA_TAG
docker tag
"
$(
IMAGE
)
:
$(
VARIANT
)
"
"
$(
IMAGE
)
:
$(
IMAGE_EXTRA_TAG
)
"
docker tag
"
$(
IMAGE
)
:
$(
VARIANT
)
"
"
$(
IMAGE
)
:
$(
IMAGE_EXTRA_TAG
)
"
endif
endif
...
...
This diff is collapsed.
Click to expand it.
stretch/x86/Dockerfile
View file @
ac76f4a4
...
@@ -22,7 +22,7 @@ RUN groupadd -g 1000 build \
...
@@ -22,7 +22,7 @@ RUN groupadd -g 1000 build \
&&
chown
build.build /usr/local/bin
&&
chown
build.build /usr/local/bin
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN
icinga-provide-go
RUN
icinga-provide-go
386
USER
build
USER
build
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
CMD
["icinga-build-package"]
This diff is collapsed.
Click to expand it.