Skip to content

Commit

Permalink
Get JSYaml package file to help attestation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Dec 19, 2023
1 parent 27228fa commit e72257b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions 4.4-rc/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 4.4/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 5.0/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 6.0/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions 7.0/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN set -ex; \
rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; \
\
wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; \
wget -O /package.json "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/package.json"; \
# TODO some sort of download verification here
\
apt-mark auto '.*' > /dev/null; \
Expand Down

0 comments on commit e72257b

Please sign in to comment.