Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rebuilderd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
kpcyrd
rebuilderd
Commits
617ff9fc
Commit
617ff9fc
authored
1 year ago
by
kpcyrd
Browse files
Options
Downloads
Patches
Plain Diff
Update alpine docker image tag
parent
651b9959
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
worker/Dockerfile.alpine
+2
-2
2 additions, 2 deletions
worker/Dockerfile.alpine
with
4 additions
and
4 deletions
Dockerfile
+
2
−
2
View file @
617ff9fc
FROM
rust:alpine3.1
4
FROM
rust:alpine3.1
8
ENV
RUSTFLAGS="-C target-feature=-crt-static"
WORKDIR
/usr/src/rebuilderd
RUN
apk add
--no-cache
musl-dev openssl-dev shared-mime-info sqlite-dev xz-dev zstd-dev
...
...
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/var/cache/buildkit \
cp
-v
/var/cache/buildkit/target/release/rebuilderd
\
/var/cache/buildkit/target/release/rebuildctl /
FROM
alpine:3.1
4
FROM
alpine:3.1
8
RUN
apk add
--no-cache
libgcc openssl shared-mime-info sqlite-libs xz zstd-libs
COPY
--from=0 \
/rebuilderd /rebuildctl \
...
...
This diff is collapsed.
Click to expand it.
worker/Dockerfile.alpine
+
2
−
2
View file @
617ff9fc
FROM rust:alpine3.1
4
FROM rust:alpine3.1
8
ENV RUSTFLAGS="-C target-feature=-crt-static"
WORKDIR /usr/src/rebuilderd
RUN apk add --no-cache musl-dev openssl-dev pkgconfig
...
...
@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/var/cache/buildkit \
cargo build --release --locked -p rebuilderd-worker && \
cp -v /var/cache/buildkit/alpine/target/release/rebuilderd-worker /
FROM alpine:3.1
4
FROM alpine:3.1
8
RUN apk add --no-cache libgcc openssl
COPY --from=0 /rebuilderd-worker /usr/local/bin/
ENV REBUILDERD_WORKER_BACKEND=alpine=/usr/local/libexec/rebuilderd/rebuilder-alpine.sh
...
...
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