Skip to content

Commit

Permalink
sdk → cli (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Janiszewski <[email protected]>
  • Loading branch information
janisz authored Mar 15, 2024
1 parent aa862a9 commit 6aed13d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/collector.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dnf update -y && \
dnf install -y \
clang-tools-extra \
cmake \
google-cloud-sdk \
google-cloud-cli \
jq \
procps-ng \
python38 \
Expand Down
2 changes: 1 addition & 1 deletion images/jenkins-plugin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \
&& sudo apt-get update \
&& sudo apt-get install --no-install-recommends -y \
google-cloud-sdk \
google-cloud-cli \
kubectl \
openjdk-8-jdk-headless \
maven \
Expand Down
4 changes: 2 additions & 2 deletions images/scanner-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN dnf install -y \
expect \
gcc \
gcc-c++ \
google-cloud-sdk \
google-cloud-sdk-gke-gcloud-auth-plugin \
google-cloud-cli \
google-cloud-cli-gke-gcloud-auth-plugin \
jq \
kubectl \
lsof \
Expand Down
4 changes: 2 additions & 2 deletions images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN dnf update -y && \
expect \
gcc \
gcc-c++ \
google-cloud-sdk \
google-cloud-sdk-gke-gcloud-auth-plugin \
google-cloud-cli \
google-cloud-cli-gke-gcloud-auth-plugin \
java-17-openjdk-devel \
kubectl \
lsof \
Expand Down

0 comments on commit 6aed13d

Please sign in to comment.