Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerイメージ生成のブラッシュアップ #31

Closed
tkhr-sait opened this issue Nov 25, 2017 · 0 comments
Closed

dockerイメージ生成のブラッシュアップ #31

tkhr-sait opened this issue Nov 25, 2017 · 0 comments

Comments

@tkhr-sait
Copy link
Collaborator

ストーリー

利用者 として
Docker経由でサービス利用 するために、
サイズの小さいdockerイメージを生成 できる。

背景・経緯

・debianベースのopenjdkイメージは、in-house-swaggerに
必要ないパッケージも含まれているため、イメージサイズが大きい。
alpine linuxベースとすることで、イメージサイズ縮小をはかる。
・VERSIONファイルよりタグを設定する

受け入れ条件

  1. docker-run.sh updateにより、イメージ生成 できること
  2. docker-run.sh startにより、生成したイメージを実行 できること
  3. docker-run.sh stopにより、実行したイメージを停止 できること

対応詳細

  1. DockerFile 修正(debianベース → alpineベース)
  2. docker-run.sh 修正(タグ設定)
tkhr-sait added a commit that referenced this issue Nov 26, 2017
refs #31 dockerイメージ生成のブラッシュアップ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant