kotto5 / Inception

Construct Wordpress service with three container (nginx, wordpress, mariadb)
0 stars 0 forks source link

base image のバージョン指定方法 #9

Closed kotto5 closed 10 months ago

kotto5 commented 10 months ago

For performance matters, the containers must be built either from the penultimate stable version of Alpine or Debian. The choice is yours.

パフォーマンスに関しては、コンテナはAlpineかDebianの最新安定版からビルドする必要がある。選択はあなた次第だ。

stable がなんのバージョンかは公式が出しているpkg を見に行く必要がある alpine -> https://www.alpinelinux.org/releases/ : 3.19 (半年に一回くらい更新があるみたい)

latest を指定することは禁止されている

The latest tag is prohibited.