Hi,
I noticed that some samples (e.g., instance_protonmail__webclients-8142704f447df6e108d53cab25451c8a94976b92) have a different distro than the one they should be built with according to their Dockerfiles (e.g., https://github.com/scaleapi/SWE-bench_Pro-os/blob/main/dockerfiles/base_dockerfile/instance_protonmail__webclients-8142704f447df6e108d53cab25451c8a94976b92/Dockerfile).
In this example, the base image is Ubuntu:
However, the image is running Alpine Linux:
❯ docker run --rm -it jefzda/sweap-images:protonmail.webclients-protonmail__webclients-8142704f447df6e108d53cab25451c8a94976b92
3ec76777badd:/app# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.3
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
This also happens in other instances, might have the full list later
Hi,
I noticed that some samples (e.g.,
instance_protonmail__webclients-8142704f447df6e108d53cab25451c8a94976b92) have a different distro than the one they should be built with according to their Dockerfiles (e.g., https://github.com/scaleapi/SWE-bench_Pro-os/blob/main/dockerfiles/base_dockerfile/instance_protonmail__webclients-8142704f447df6e108d53cab25451c8a94976b92/Dockerfile).In this example, the base image is Ubuntu:
SWE-bench_Pro-os/dockerfiles/base_dockerfile/instance_protonmail__webclients-8142704f447df6e108d53cab25451c8a94976b92/Dockerfile
Line 4 in 6a333e3
However, the image is running Alpine Linux:
This also happens in other instances, might have the full list later