Skip to content

STOPSIGNAL not handled in spython recipe #203

@ksyx

Description

@ksyx

Expected Behavior

STOPSINGAL in original Dockerfile should be commented and translated to corresponding Singularity definition line if needed.

Actual Behavior

The line seemed to be recognized as a general command.

Steps to Reproduce

With STOPSIGNAL SIGINT in Dockerfile, run spython recipe Dockerfile and it appears uncommented in the .def file.

Context

  • Operating System: Ubuntu 20.04.4 LTS Linux 5.4.0-125-generic
  • singularity version: 3.8.5
  • spython version: 0.2.13
  • python version: 3.9.12

Failure Logs

N/A

Possible Fix

Add a handler for STOPSIGNAL function in parse/parsers/docker.py

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