🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.10
Dockerfile.11
Dockerfile.12
Dockerfile.13
.env.scripts
.env.scripts.10
.env.scripts.11
.env.scripts.12
.env.scripts.13
README.md
This commit is contained in:
casjay
2024-10-12 16:21:01 -04:00
parent 4bb782cd47
commit 0205d1a786
11 changed files with 49 additions and 58 deletions

View File

@@ -4,7 +4,7 @@
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2024 CasjaysDev
# @@Created : Sun Aug 11 10:51:02 AM EDT 2024
# @@Created : Sat Oct 12 10:51:02 AM EDT 2024
# @@File : .env.scripts.10
# @@Description : Variables for gen-dockerfile and buildx scripts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -20,8 +20,8 @@ ENV_AUTHOR="CasjaysDev"
ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# REPO info
ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/debian"
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/debian"
ENV_GIT_REPO_URL="https://github.com/dockersrc/debian"
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdev/debian"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Push image info
ENV_IMAGE_PUSH="casjaysdev/debian"