Skip to content

Commit

Permalink
Add Dockerfile (needed by bashlava)
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Andy <pascal@firepress.org>
  • Loading branch information
pascalandy committed Dec 21, 2020
1 parent 384ce3d commit 7cefb32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,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="Casper"
ARG VERSION="3.1.2"
ARG RELEASE="3.1.2"
ARG GITHUB_USER="firepress-org"

###################################
# REQUIRED BY OUR GITHUB ACTION CI
###################################

ARG GIT_PROJECT_NAME="Casper"
ARG DOCKERHUB_USER="devmtl"
ARG GITHUB_ORG="firepress-org"
ARG GITHUB_REGISTRY="registry"

ARG GIT_REPO_DOCKERFILE="https://github.com/firepress-org/Casper"
ARG GIT_REPO_SOURCE="https://github.com/firepress-org/Casper"

0 comments on commit 7cefb32

Please sign in to comment.