Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

choerodon/dbtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

此仓库已停止更新,没有计划支持任何新功能。新的项目地址为 open-hand/dockerfile

dbtool

docker build image

  • 从公库中拉取jar包使用Dockerfile即可,在Dockerfile所在的文件夹执行docker build -t choerodon-tools/dbtool:0.6.2 .
  • 使用本地jar包构建镜像,将对应的tool-liquibase和tool-config的jar包放到Dockerfile所在的文件夹, 然后将DockerfileLocal文件内容覆盖Dockerfile,jar包应该命名为choerodon-tool-liquibase.jarchoerodon-tool-config.jar,在Dockerfile所在的文件夹执行docker build -t choerodon-tools/dbtool:0.6.2 .
  • 0.6.2是dbtool的版本,版本号按各自的项目规则指定

push

docker tag 2c037e5c067b xxx.com/choerodon-tools/dbtool:0.6.2
docker login xxx.com
docker push xxx.com/choerodon-tools/dbtool:0.6.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages