self-host registry for one portfolio/resume:latest builder

This commit is contained in:
bel
2023-10-15 07:48:07 -06:00
parent 6c9d11f035
commit 30fdbe31f9
2 changed files with 13 additions and 20 deletions

7
Dockerfile.cicd Normal file
View File

@@ -0,0 +1,7 @@
# docker build -t registry-app.inhome.blapointe.com:5001/portfolio/resume:latest -f ./Dockerfile.cicd . && docker push registry-app.inhome.blapointe.com:5001/portfolio/resume:latest
FROM jdkato/vale:latest as vale
FROM andreysenov/firebase-tools:latest
RUN apt -y install git woff2 bash
COPY --from=vale /bin/vale /bin/vale