Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Bitwarden
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TeDomum
Bitwarden
Commits
1842a796
Unverified
Commit
1842a796
authored
Oct 08, 2020
by
Daniel García
Committed by
GitHub
Oct 08, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1176 from BlackDex/fix-alpine-arm-docker
Fixed issue with building Alpine armv7 image.
parents
0c96c2d3
ce99e5c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.j2
docker/Dockerfile.j2
+1
-1
docker/arm32v7/Dockerfile.alpine
docker/arm32v7/Dockerfile.alpine
+1
-1
No files found.
docker/Dockerfile.j2
View file @
1842a796
...
...
@@ -9,7 +9,7 @@
{% set package_arch_name = "" %}
{% elif "arm32v7" in target_file %}
{% set build_stage_base_image = "messense/rust-musl-cross:armv7-musleabihf" %}
{% set runtime_stage_base_image = "
cmosh/alpine-arm:3.6
" %}
{% set runtime_stage_base_image = "
balenalib/armv7hf-alpine:3.12
" %}
{% set package_arch_name = "" %}
{% endif %}
{% elif "amd64" in target_file %}
...
...
docker/arm32v7/Dockerfile.alpine
View file @
1842a796
...
...
@@ -65,7 +65,7 @@ RUN musl-strip target/armv7-unknown-linux-musleabihf/release/bitwarden_rs
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image
# because we already have a binary built
FROM
cmosh/alpine-arm:3.6
FROM
balenalib/armv7hf-alpine:3.12
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment