Try using a regular path to test the registry mirror option for kaniko.
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded

This commit is contained in:
Tom Alexander 2023-07-13 02:01:41 -04:00
parent 573d10a09c
commit 5d52247810
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 1 additions and 1 deletions

View File

@ -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 addgroup web && adduser -D -G web web && install -d -D -o web -g web -m 700 /srv/http/public

0
foo Normal file
View File