main
bel 2023-10-28 08:37:25 -06:00
commit 19d10ade84
2 changed files with 9 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM docker:24.0.7-dind-alpine3.18
RUN apk update && apk --no-cache add bash curl

6
build.sh Normal file
View File

@ -0,0 +1,6 @@
#! /bin/sh
set -e
docker build -f ./Dockerfile -t registry-app.inhome.blapointe.com:5001/docker:latest .
docker push registry-app.inhome.blapointe.com:5001/docker:latest