mirror of
https://github.com/casjaysdevdocker/podman
synced 2025-09-18 03:57:45 -04:00
🗃️ Committing everything that changed 🗃️
.env.scripts
This commit is contained in:
19
.env.scripts
Normal file
19
.env.scripts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# shellcheck shell=bash
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
##@Version : 202509160927-git
|
||||||
|
# @@Author : CasjaysDev
|
||||||
|
# @@Contact : docker-admin@casjaysdev.pro
|
||||||
|
# @@License : MIT
|
||||||
|
# @@ReadME :
|
||||||
|
# @@Copyright : Copyright (c) 2025 CasjaysDev
|
||||||
|
# @@Created : Tue Sep 16 09:27:22 AM EDT 2025
|
||||||
|
# @@File : .env.scripts
|
||||||
|
# @@Description : Variables for gen-dockerfile and buildx scripts
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
# Set env variables
|
||||||
|
ENV_IMAGE_NAME="podman"
|
||||||
|
ENV_IMAGE_TAG="latest"
|
||||||
|
ENV_CONTAINER_VERSION="USE_DATE"
|
||||||
|
ENV_REGISTRY_URL="docker.io"
|
||||||
|
ENV_CONTAINER_NAME="casjaysdevdocker-podman"
|
Reference in New Issue
Block a user