dongjoon-hyun commented on PR #80: URL: https://github.com/apache/spark-docker/pull/80#issuecomment-2688511310
Ya, it seems to come from the Qemu environment on GitHub Action.
When I build the docker locally, it seems to work.
```
$ docker build .
[+] Building 423.4s (12/12) FINISHED
docker:desktop-linux
=> [internal] load build definition from Dockerfile
0.0s
=> => transferring dockerfile: 3.08kB
0.0s
=> [internal] load metadata for docker.io/library/eclipse-temurin:17-jammy
1.3s
=> [auth] library/eclipse-temurin:pull token for registry-1.docker.io
0.0s
=> [internal] load .dockerignore
0.0s
=> => transferring context: 2B
0.0s
=> [1/6] FROM
docker.io/library/eclipse-temurin:17-jammy@sha256:1886bea164fd66274feb2031e5a12be3be830949c57491c51cd3d432dafda89f
0.0s
=> => resolve
docker.io/library/eclipse-temurin:17-jammy@sha256:1886bea164fd66274feb2031e5a12be3be830949c57491c51cd3d432dafda89f
0.0s
=> =>
sha256:1886bea164fd66274feb2031e5a12be3be830949c57491c51cd3d432dafda89f 6.55kB
/ 6.55kB
0.0s
=> =>
sha256:db3ac3d3f94412d3debc28603f37c00a46e773d619df4e21ef018ab1ce6681cd 1.94kB
/ 1.94kB
0.0s
=> =>
sha256:c1f6b0a95ff9591d42a346fca88e1cd27633e580e7514397e79f3d25598d30ee 6.10kB
/ 6.10kB
0.0s
=> [internal] load build context
0.0s
=> => transferring context: 4.78kB
0.0s
=> [2/6] RUN groupadd --system --gid=185 spark && useradd --system
--uid=185 --gid=spark spark
0.1s
=> [3/6] RUN set -ex; apt-get update; apt-get install -y gnupg2
wget bash tini libc6 libpam-modules krb5-user libnss3 procps net-tools gosu
libnss-wrapper; mkdir -p /opt/spark; mkdir /opt/spark/python; mkdir
-p 15.1s
=> [4/6] RUN set -ex; export SPARK_TMP="$(mktemp -d)"; cd
$SPARK_TMP; wget -nv -O spark.tgz
"https://archive.apache.org/dist/spark/spark-3.5.5/spark-3.5.5-bin-hadoop3.tgz";
wget -nv -O spark.tgz.asc "https://archi 406.1s
=> [5/6] COPY entrypoint.sh /opt/
0.0s
=> [6/6] WORKDIR /opt/spark/work-dir
0.0s
=> exporting to image
0.6s
=> => exporting layers
0.6s
=> => writing image
sha256:4523e466ed9293b315438d4f9fa007de1827c47c027f946f5a406bb2cee96789
0.0s
View build details:
docker-desktop://dashboard/build/desktop-linux/desktop-linux/zdwiuumzw432pe8pvb4priryb
2 warnings found (use docker --debug to expand):
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
"ENV key value" format (line 75)
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive
data (ENV "GPG_KEY") (line 39)
What's next:
View a summary of image vulnerabilities and recommendations → docker
scout quickview
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
