no image

docker remote repository に image があるか確認する

dokcer manifest inspect の紹介

no image

argocd login 実行時の TOKEN の保存場所

argocd で CLI でログインした場合の TOKEN が発行されるがその格納先について

no image

qemu: uncaught target signal 11 (Segmentation fault) – core dumped

m1/m2 mac に powershell のコンテナを動かして powershell の modules をインストールすると、core dump を吐いて止まってしまうことがある。その対処法を紹介。

no image

E: Couldn’t find any package by regex ‘gcc-c+’

E: Couldn't find any package by regex 'gcc-c+' の対処法について

no image

mac でファイルの文字コードを確認する

生成したファイルの文字コードを確認したいケースがある。 file コマンドを用いて確認することが可能 結果は以下の通り utf-8 であることを確認

no image

python dataframeで csv 出力する際の先頭の ,(カンマ)を削除する

python dataframeで csv 出力する際の先頭の ,(カンマ)を削除する

no image

jq コマンドのシングルクォート内に変数を渡す

シェルで jq コマンドで変数を渡す際、jq コマンドで シングルクォート が使われているために期待通り変数を渡すことができない。 今回は jq コマンドのシングルクォート内に変数を渡す方法を紹介。

no image

GitHub Actions で requesting ‘id-token: write’, but is only allowed ‘id-token: none’. の対処

repository の settings を変更する デフォルトで Read repository contents permission になっているが、 Read and write permissions に変更…

no image

n日以降に ECR に push された image を調べる

今後もつかそうなのでメモ REPOSITORY に pushされた image を取得することができる

no image

ECR の全リポジトリ名を取得する

よく使うので tips として書き留めておく。 以下のコマンドで取得可能 結果は、ECR のリポジトリが表示される