File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -669,13 +669,11 @@ shared:
669669 from : ' arm64v8/ubuntu:20.04'
670670 buildFrom : ' arm64v8/ubuntu:20.04'
671671
672- # TODO: Did I must change those to ?
673672 - &docker_ubi_spec
674673 extra_vars :
675674 image_name : ' {{.BeatName}}-ubi8'
676675 from : ' docker.elastic.co/ubi8/ubi-minimal'
677676
678- # TODO: Did I must change those to ?
679677 - &docker_arm_ubi_spec
680678 extra_vars :
681679 image_name : ' {{.BeatName}}-ubi8'
@@ -1232,4 +1230,4 @@ specs:
12321230 << : *elastic_license_for_binaries
12331231 files :
12341232 ' {{.BeatName}}{{.BinaryExt}} ' :
1235- source : ./build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
1233+ source : ./build/golang-crossbuild/{{.BeatName}}-{{.GOOS}}-{{.Platform.Arch}}{{.BinaryExt}}
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ RUN apt-get update -y && \
6868 libpango-1.0-0\
6969 libcairo2\
7070 libasound2\
71- libatspi2.0-0 \
72- libxshmfence1 \
71+ libatspi2.0-0\
72+ libxshmfence1 && \
7373 apt-get clean all && \
7474 exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10; \
7575 done; \
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN apt-get update -y && \
5858 libpango-1.0-0\
5959 libcairo2\
6060 libasound2\
61- libatspi2.0-0 \
61+ libatspi2.0-0\
6262 libxshmfence1 && \
6363 apt-get clean all && \
6464 exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10; \
You can’t perform that action at this time.
0 commit comments