Try using a regular path to test the registry mirror option for kaniko.
This commit is contained in:
parent
573d10a09c
commit
5d52247810
@ -1,4 +1,4 @@
|
|||||||
FROM harbor.fizz.buzz/dockerhub/library/alpine:3.18
|
FROM alpine:3.18
|
||||||
|
|
||||||
RUN apk add --no-cache bash nginx
|
RUN apk add --no-cache bash nginx
|
||||||
RUN addgroup web && adduser -D -G web web && install -d -D -o web -g web -m 700 /srv/http/public
|
RUN addgroup web && adduser -D -G web web && install -d -D -o web -g web -m 700 /srv/http/public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user