Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

tags-drive/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

This repository is archived. All scripts are stored in scripts folder in tags-drive/tags-drive repository.


This repository contains Dockerfile and scripts for building a Docker image of Tags Drive.

Flags

Flag Usage Default Example
--name name of a Docker image tags-drive --name="tags-drive"
--tag tag of a Docker image latest --tag="0.5.3"
--backend-tag tag (or branch), which should be cloned master --backend-tag="master"
--frontend-tag tag (or branch), which should be cloned master --frontend-tag="v0.5.3"
--no-cache use --no-cache option for docker build false --no-cache

Example

python build.py --name="tags-drive" --tag="0.5.3" --backend-tag="master" --frontend-tag="v0.5.3" --no-cache

About

Scripts for deployment of Tags Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published