Skip to content

Commit 15b8285

Browse files
committed
source-build: fix the name of the v0.2.0 artifact
Name it BuildSourceImage-0.2.0 to: 1. better describe what it is 2. match the name that is expected in our downstream Conforma policy Signed-off-by: Adam Cmiel <[email protected]>
1 parent 410b29e commit 15b8285

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source-container-build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ RUN dnf update -y && dnf install -y python3.11 git jq skopeo file tar && dnf cle
1212

1313
WORKDIR /opt/BuildSourceImage
1414
COPY $patch0 $patch1 $patch2 $patch3 ./
15-
RUN cp /cachi2/output/deps/generic/v${BSI_VERSION}.tar.gz . && \
16-
tar --extract -f v${BSI_VERSION}.tar.gz -z --strip-components=1 BuildSourceImage-${BSI_VERSION}/BuildSourceImage.sh && \
15+
RUN cp /cachi2/output/deps/generic/BuildSourceImage-${BSI_VERSION}.tar.gz . && \
16+
tar --extract -f BuildSourceImage-${BSI_VERSION}.tar.gz -z --strip-components=1 BuildSourceImage-${BSI_VERSION}/BuildSourceImage.sh && \
1717
git apply --allow-empty BuildSourceImage.sh $patch0 $patch1 $patch2 $patch3 && \
1818
rm -r $patch0 $patch1 $patch2 $patch3 && \
1919
mv BuildSourceImage.sh bsi

source-container-build/artifacts.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ metadata:
33
artifacts:
44
- download_url: "https://github.com/containers/BuildSourceImage/archive/refs/tags/v0.2.0.tar.gz"
55
checksum: "sha256:e770a8c7e77f821f8d842312aa1bca7dd869debf8a31f5fa1af28f6c494e0529"
6-
filename: "v0.2.0.tar.gz"
6+
filename: "BuildSourceImage-0.2.0.tar.gz"

0 commit comments

Comments
 (0)