mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-09-17 11:10:26 -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="deno"
|
||||
ENV_IMAGE_TAG="latest"
|
||||
ENV_CONTAINER_VERSION="USE_DATE"
|
||||
ENV_REGISTRY_URL="docker.io"
|
||||
ENV_CONTAINER_NAME="casjaysdevdocker-deno"
|
Reference in New Issue
Block a user