Skip to content

Inconsistency between images on dockerhub and Dockerfiles in repo #75

@andre15silva

Description

@andre15silva

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions