Skip to content

Commit f6d05b5

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 1ec9eea commit f6d05b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/build/dockerfiles/cns.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARG ARTIFACT_DIR .
2424
RUN ls -la /
2525
RUN ls -la /artifacts
2626
RUN ls -la /__w/1/a
27-
RUN ls -la /${ARTIFACT_DIR}
27+
RUN ls -la ${ARTIFACT_DIR}
2828
COPY --from=build-helper /usr/sbin/*tables* /usr/sbin/
2929
COPY --from=build-helper /usr/lib /usr/lib
3030
ADD ${ARTIFACT_DIR}/bin/azure-cns /usr/local/bin/azure-cns

.pipelines/build/images.jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ jobs:
144144
os: $(OS)
145145
name: $(name)
146146
build_tag: $(imageTag)
147-
extra_args: $(extraArgs) --build-arg ARTIFACT_DIR="$(Build.ArtifactStagingDirectory)"
147+
extra_args: $(extraArgs) --build-arg ARTIFACT_DIR="/__w/1/a"
148148
archive_file: $(archiveName)-$(OS)-$(ARCH)-$(archiveVersion)
149149
source: drop_build_pkg_${{ job_data.job }}_$(name)

0 commit comments

Comments
 (0)