Skip to content

Commit b335d5f

Browse files
committed
fixup! Use Signed Binaries for Docker Build
1 parent 79e7db3 commit b335d5f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pipelines/build/image.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ steps:
6666
repositoryName: $(os)-$(arch)/${{ parameters.name }}
6767
os: '${{ parameters.os }}'
6868
buildkit: 1
69-
dockerFileRelPath: Dockerfile
69+
dockerFileRelPath: ${{ parameters.source }}/Dockerfile
7070
dockerFileContextPath: ${{ parameters.source }}
7171
enable_network: true
7272
enable_pull: true

.pipelines/build/images.jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
REPO_ROOT: $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
2222
OUT_DIR: $(Build.ArtifactStagingDirectory)
2323
DROPGZ_VERSION: v0.0.12
24+
DEBUG: $[ coalesce(variables['System.Debug'], 'False') ]
2425
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
2526
${{ if eq(job_data.job, 'linux_amd64') }}:
2627
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'

.pipelines/build/scripts/ipv6-hp-bpf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ -f /etc/debian_version ]];then
3333

3434
# Mariner
3535
else
36-
tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute glibc-devel.i686
36+
tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute glibc-devel
3737
ARCH=x86_64-linux-gnu
3838
cp /usr/lib/"$ARCH"/ld-linux-x86-64.so.2 "$OUT_DIR"/lib/
3939
for dir in /usr/include/"$ARCH"/*; do

0 commit comments

Comments
 (0)