Upgrade to Pro — share decks privately, control downloads, hide ads and more …

コンテナのCIについてインフラ目線で気にしておきたいこと

k-ozawa
December 19, 2023

 コンテナのCIについてインフラ目線で気にしておきたいこと

k-ozawa

December 19, 2023
Tweet

More Decks by k-ozawa

Other Decks in Technology

Transcript

  1. ίϯςφʹ͓͚ΔCI この辺りの作業を⾃動化→ → 毎回⼿動でやりたくない → CIが機能することで 開発者は機能実装に注⼒できる # タグ付与 docker

    build -t your-image-name:tag . # テスト docker run -it your-image-name:tag rake test # イメージプッシュ docker login docker push your-image-name:tag
  2. Links Amazon Web Services, Inc. 「What is Docker?」 https://aws.amazon.com/docker/ Amazon

    Web Services, Inc. 「What is Continuous Integration?」 https://aws.amazon.com/devops/continuous-integration/ Docker Inc, 「docker docs」 https://docs.docker.com/ Amazon Web Services, Inc.「Cryptographic Signing for Containers https://aws.amazon.com/jp/blogs/containers/cryptographic- signing-for-containers/