Skip to content

Commit

Permalink
update docker templates to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Jul 9, 2024
1 parent 7cacc6d commit 6560a13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/images/dashboard_image/.env-template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION="test"
TAG="dash-${APP}-${VERSION}"
DOCKER_REPO="alphasentaurii/spacekit"
DOCKER_IMAGE="${DOCKER_REPO}:${TAG}"
SPACEKIT_VERSION="1.1.0"
SPACEKIT_VERSION="1.1.1"
SRC="web" # pkg, s3, web, file
COLLECTION="calcloud" # bucketname, repo url, or local path
DATASETS="2022-02-14,2021-11-04,2021-10-28"
Expand Down
2 changes: 1 addition & 1 deletion docker/images/dashboard_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV SPACEKIT_DATA=data
ENV TF_CPP_MIN_LOG_LEVEL=2
ARG PFX=archive
ENV PFX=${PFX}
ARG SPACEKIT_VERSION=1.1.0
ARG SPACEKIT_VERSION=1.1.1
ENV SPACEKIT_VERSION=${SPACEKIT_VERSION}
ARG SRC
ARG COLLECTION
Expand Down
2 changes: 1 addition & 1 deletion docker/images/dashboard_image/templates/aws/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION="aws"
TAG="dash-${APP}-${VERSION}"
DOCKER_REPO="alphasentaurii/spacekit"
DOCKER_IMAGE="${DOCKER_REPO}:${TAG}"
SPACEKIT_VERSION="1.1.0"
SPACEKIT_VERSION="1.1.1"
SRC="s3" # pkg, s3, git, file
COLLECTION="" # bucketname, repo url, or local path
DATASETS="2022-02-14-1644848448,2021-11-04-1636048291,2021-10-28-1635457222"
Expand Down
2 changes: 1 addition & 1 deletion docker/images/dashboard_image/templates/dev/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION="dev"
TAG="dash-${APP}-${VERSION}"
DOCKER_REPO="alphasentaurii/spacekit"
DOCKER_IMAGE="${DOCKER_REPO}:${TAG}"
SPACEKIT_VERSION="1.1.0"
SPACEKIT_VERSION="1.1.1"
SRC="web" # pkg, s3, web, file
COLLECTION="calcloud" # bucketname, repo url, or local path
DATASETS="2022-02-14,2021-11-04,2021-10-28"
Expand Down
2 changes: 1 addition & 1 deletion docker/images/dashboard_image/templates/latest/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION="latest"
TAG="dash-${APP}-${VERSION}"
DOCKER_REPO="alphasentaurii/spacekit"
DOCKER_IMAGE="${DOCKER_REPO}:${TAG}"
SPACEKIT_VERSION="1.1.0"
SPACEKIT_VERSION="1.1.1"
SRC="web" # pkg, s3, web, file
COLLECTION="calcloud" # bucketname, repo url, or local path
DATASETS="2022-02-14,2021-11-04,2021-10-28"
Expand Down

0 comments on commit 6560a13

Please sign in to comment.