Skip to content

Docker: build.bash bad date format with non-english system #801

@AndreaFinazzi

Description

@AndreaFinazzi

In docker/build.bash#L39, the date command
$(date +%Y_%b_%d_%H%M)
could result in badly formatted tags (and docker build error) with non-English time formats (Korean, in our case).

We fixed with $(date +%F_%H%M) which involves only numerical characters.

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