Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base image and fix python version #146

Merged
merged 2 commits into from
May 23, 2024
Merged

Add base image and fix python version #146

merged 2 commits into from
May 23, 2024

Conversation

EnriqueL8
Copy link
Contributor

New BASE_IMAGE arg for Dockerfile

Signed-off-by: Enrique Lacal <enrique.lacal@kaleido.io>
@@ -22,7 +24,7 @@ RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/
RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1

FROM node:20-alpine3.19
FROM $BASE_IMAGE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing this with Build IMAGe ARG

Signed-off-by: Enrique Lacal <enrique.lacal@kaleido.io>
@EnriqueL8 EnriqueL8 merged commit 2eb9c08 into main May 23, 2024
3 checks passed
EnriqueL8 added a commit to kaleido-io/firefly-tokens-erc1155 that referenced this pull request May 28, 2024
Add base and image args and fix python version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants