Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
53e93091
Commit
53e93091
authored
3 months ago
by
Hugo Trentesaux
Committed by
Hugo Trentesaux
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
uppercase
parent
6c61129c
No related branches found
No related tags found
1 merge request
!309
Resolve "Generate key command is missing chain argument"
Pipeline
#39558
skipped
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+2
-2
2 additions, 2 deletions
docker/Dockerfile
with
2 additions
and
2 deletions
docker/Dockerfile
+
2
−
2
View file @
53e93091
# Workaround for https://github.com/containers/buildah/issues/4742
# Workaround for https://github.com/containers/buildah/issues/4742
FROM
debian:bullseye-slim
as
target
FROM
debian:bullseye-slim
AS
target
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Build Stage
# Build Stage
...
@@ -7,7 +7,7 @@ FROM debian:bullseye-slim as target
...
@@ -7,7 +7,7 @@ FROM debian:bullseye-slim as target
# When building for a foreign arch, use cross-compilation
# When building for a foreign arch, use cross-compilation
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/
FROM
--platform=$BUILDPLATFORM rust:1-bullseye
as
build
FROM
--platform=$BUILDPLATFORM rust:1-bullseye
AS
build
ARG
BUILDPLATFORM
ARG
BUILDPLATFORM
ARG
TARGETPLATFORM
ARG
TARGETPLATFORM
...
...
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