Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-with-buildx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Prosper
docker-with-buildx
Commits
4671582d
Commit
4671582d
authored
3 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
fix: Use stable as latest doesn't support armv7
parent
b2a428e0
No related branches found
No related tags found
No related merge requests found
Pipeline
#1047
passed
3 years ago
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
4671582d
...
...
@@ -11,10 +11,10 @@ RUN \
chmod
a+x
\
/docker-buildx
FROM
docker:
latest
FROM
docker:
stable
LABEL
maintainer="Griefed <griefed@griefed.de>"
COPY
--from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx
RUN
chmod
a+x /usr/lib/docker/cli-plugins/docker-buildx
\ No newline at end of file
RUN
chmod
a+x /usr/lib/docker/cli-plugins/docker-buildx
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