Skip to content

Enabled tetra bash autocompletion in the Tetragon image #522

Enabled tetra bash autocompletion in the Tetragon image

Enabled tetra bash autocompletion in the Tetragon image #522

Workflow file for this run

name: Check images digest for multi-arch
on:
pull_request:
paths:
- '**[dD]ockerfile**'
- '.github/workflow/digestcheck.yaml'
- 'contrib/digestcheck.sh'
- '!**vendor**'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install crane
env:
VERSION: "v0.15.2"
run: |
curl -sL "https://github.com/google/go-containerregistry/releases/download/$VERSION/go-containerregistry_Linux_x86_64.tar.gz" > go-containerregistry.tar.gz
tar -zxvf go-containerregistry.tar.gz -C /usr/local/bin/ crane
- name: Check digests
env:
TERM: xterm-color
run: ./contrib/digestcheck.sh ${{ github.workspace }}