Sign inSign up

icarejposs/postgres-ja-jp-utf8

By icarejposs

Updated about 1 year ago

Image
0

1M+

icarejposs/postgres-ja-jp-utf8 repository overview

postgres-ja-jp-utf8

postgres with language ja_jp_utf8

Docker Image

docker hubでイメージをホストしています。

docker hubでイメージをホストする仕組み

  • Automated buildsの機能でgit pushに反応してホストされる

  • PostgreSQLのバージョンアップ時などは下記対応を行う

    • DockerfileのFROMを更新
    • PRを作成
    • docker hub上でイメージがビルドされることを確認
    • 該当のブランチに対してタグをpush
    git tag -a **.**(version) -m "image with Postgres version **.**"
    git push origin --tags <branche-name>
    
    • docker hub上でイメージがビルドされることを確認

Tag summary

Content type

Image

Digest

sha256:38f1b9a5e

Size

465.9 MB

Last updated

about 1 year ago

docker pull icarejposs/postgres-ja-jp-utf8