Skip to content

Commit 3d2b59f

Browse files
authored
Merge pull request #448 from cloudfoundry/remove-old-syft-jammy
Remove old syft install in dockerfile
2 parents aa91504 + d188d79 commit 3d2b59f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/docker/os-image-stemcell-builder/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ RUN groupadd -o -g ${GROUP_ID} ubuntu \
6767
&& useradd -u ${USER_ID} -g ${GROUP_ID} -m ubuntu \
6868
&& echo 'ubuntu ALL=NOPASSWD:ALL' >> /etc/sudoers
6969

70-
# install syft for sbom generation
71-
RUN \
72-
wget -qO- https://github.com/anchore/syft/releases/download/v1.1.0/syft_1.1.0_linux_amd64.tar.gz | tar xz -C /usr/local/bin syft && \
73-
echo "df8c3f2858f04ab95da85e9b7e8e8d6a167f0289e5ced0db534343886482459d /usr/local/bin/syft" | shasum -a 256 -c
74-
7570
# we install a local ruby (3.x) because Jammy is lagging at 2.7
7671
ENV RUBY_SHA256="d2f4577306e6dd932259693233141e5c3ec13622c95b75996541b8d5b68b28b4"
7772
ENV RUBY_VERSION="3.2.0"

0 commit comments

Comments
 (0)