Skip to content
Snippets Groups Projects
Verified Commit 34b03155 authored by Konrad Botor's avatar Konrad Botor
Browse files

Updated custom Docker builder image to use non-root user - ref. hive#406

parent 4dfc284c
No related branches found
Tags 1.27.7rc11
1 merge request!6Fixes necessary for hive/hive#406
Pipeline #67032 passed
FROM docker:20.10.21 AS docker-builder FROM docker:20.10.21 AS docker-builder
RUN apk add --no-cache bash git ca-certificates curl RUN apk add --no-cache bash git ca-certificates curl
\ No newline at end of file RUN adduser -D hived
USER hived
WORKDIR /home/hived
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment