This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
ARG ref=main
4
4
5
- FROM ghcr.io/nicholasdille/docker-setup/python:${ref} AS python
5
+ # FROM ghcr.io/nicholasdille/docker-setup/python:${ref} AS python
6
6
FROM ghcr.io/nicholasdille/docker-setup/shiv:${ref} AS shiv
7
7
8
8
FROM ghcr.io/nicholasdille/docker-setup/base:${ref} AS prepare
9
- COPY --link --from=python / /
9
+ # COPY --link --from=python / /
10
10
COPY --link --from=shiv / /
11
+ RUN <<EOF
12
+ apt-get update
13
+ apt-get -y install --no-install-recommends \
14
+ python3-pip \
15
+ python-is-python3
16
+ EOF
11
17
ARG name
12
18
ARG version
13
19
RUN <<EOF
Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: sbomdiff
2
2
version : " 0.5.1"
3
3
check : ${binary} --version
4
4
build_dependencies :
5
- - python
6
- - shiv
7
- runtime_dependencies :
8
- - python
5
+ # - python
6
+ - shiv
7
+ # runtime_dependencies:
8
+ # - python
9
9
platforms :
10
- - linux/amd64
11
- - linux/arm64
10
+ - linux/amd64
11
+ - linux/arm64
12
12
tags :
13
- - category/security
14
- - lang/python
15
- - type/cli
16
- - sbom
13
+ - category/security
14
+ - lang/python
15
+ - type/cli
16
+ - sbom
17
17
homepage : https://github.com/anthonyharrison/sbomdiff
18
18
description : Compares two Software Bill of Materials (SBOMs) and reports the differences
19
19
renovate :
You can’t perform that action at this time.
0 commit comments