Alpine Image, but failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:50001f82ace9ddd6135161781f15796d2b055cd6690173d417ed976fe9996986: not found

This commit is contained in:
Andreas Fahrecker 2023-04-02 15:20:44 +02:00
parent f6ef99777f
commit c6c2a53333

10
alpine/Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM jenkins/jenkins:alpine
USER root
RUN groupadd -g 281 docker
RUN usermod -aG docker jenkins
RUN apk add --no-cache docker docker-compose
USER jenkins
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"