Update LURE in builder image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d2a7861da9
commit
57114a0a13
@ -2,6 +2,9 @@ FROM alpine:edge
|
||||
RUN apk add --no-cache go yq git gcc bash abuild
|
||||
RUN apk add --no-cache ko --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||
RUN apk add --no-cache --allow-untrusted apko --repository=https://packages.wolfi.dev/os
|
||||
RUN wget -O /usr/bin/lure https://api.minio.elara.ws/adl/lure/lure-amd64 && chmod +x /usr/bin/lure
|
||||
RUN wget -O lure.tar.gz https://gitea.elara.ws/lure/lure/releases/download/v0.1.2/lure-0.1.2-linux-x86_64.tar.gz && \
|
||||
tar xvf lure.tar.gz && \
|
||||
install -Dm755 lure /usr/bin/lure && \
|
||||
rm -r lure scripts
|
||||
COPY lure.toml /root/.config/lure/lure.toml
|
||||
COPY login.sh /bin/registry-login
|
||||
|
Loading…
Reference in New Issue
Block a user