Skip to content
Snippets Groups Projects
  1. Feb 08, 2023
    • 파링's avatar
      fix docker health check (#9810) · dee66270
      파링 authored
      * fix(healthcheck): use default commands instead of yq
      
      this removes yq command and uses grep and awk to get port
      
      * fix: use correct config file
      
      * fix: install curl in runner instead of builder
      
      * fix: remove unused packages
  2. Feb 05, 2023
    • Masaya Suzuki's avatar
      DockleのCI追加 (#9568) · f5993373
      Masaya Suzuki authored
      * Dockerイメージ検査のCI追加
      
      * Add cp
      
      * step分離
      
      * step分離
      
      * rm depends_on
      
      * Dockle実行時に必要なイメージタグ付与処理をCI内で行う
      
      * 末尾に移動
      
      * Add comment
      
      * .git削除処理をビルドステージに移動
      
      * docker-compose.yml作成処理追加
      
      * aptのキャッシュ削除処理追加
      
      * ヘルスチェック用スクリプト追加
      
      * yqインストール処理修正
      
      * Add ca-certificates
      
      * yqインストール処理をビルドステージに移動
      
      * インデントを揃える
      
      * インデントをタブに変更
Loading