We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa91504 commit d188d79Copy full SHA for d188d79
ci/docker/os-image-stemcell-builder/Dockerfile
@@ -67,11 +67,6 @@ RUN groupadd -o -g ${GROUP_ID} ubuntu \
67
&& useradd -u ${USER_ID} -g ${GROUP_ID} -m ubuntu \
68
&& echo 'ubuntu ALL=NOPASSWD:ALL' >> /etc/sudoers
69
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
-
75
# we install a local ruby (3.x) because Jammy is lagging at 2.7
76
ENV RUBY_SHA256="d2f4577306e6dd932259693233141e5c3ec13622c95b75996541b8d5b68b28b4"
77
ENV RUBY_VERSION="3.2.0"
0 commit comments