Skip to content

Commit

Permalink
Update apk repo for kexec-tools
Browse files Browse the repository at this point in the history
kexec-tools has been promoted from edge/testing to edge/community

Signed-off-by: sirhopcount <[email protected]>
  • Loading branch information
sirhopcount committed Nov 20, 2023
1 parent 4b355bc commit 7989658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /src
RUN CGO_ENABLED=0 go build -a -ldflags '-w -extldflags "-static"' -o /hook-docker

FROM docker:24.0.4-dind
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk update; apk add kexec-tools
COPY --from=dev /hook-docker .
ENTRYPOINT ["/hook-docker"]

0 comments on commit 7989658

Please sign in to comment.