-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDockerfile
More file actions
21 lines (17 loc) · 740 Bytes
/
Dockerfile
File metadata and controls
21 lines (17 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###################################
# REQUIRED for bashLaVa https://github.com/firepress-org/bashlava
# REQUIRED for Github Action CI template https://github.com/firepress-org/ghostfire/tree/master/.github/workflows
###################################
ARG APP_NAME="docker-stack-this"
ARG VERSION="4.2.0"
ARG RELEASE="4.2.0"
ARG GITHUB_USER="pascalandy"
###################################
# REQUIRED BY OUR GITHUB ACTION CI
###################################
ARG GIT_PROJECT_NAME="docker-stack-this"
ARG DOCKERHUB_USER="devmtl"
ARG GITHUB_ORG="firepress-org"
ARG GITHUB_REGISTRY="registry"
ARG GIT_REPO_DOCKERFILE="https://github.com/pascalandy/docker-stack-this"
ARG GIT_REPO_SOURCE="https://github.com/pascalandy/docker-stack-this"