Skip to content

SDK Container label generation should use SOURCE_DATE_EPOCH instead of current date when using this package #76

@baronfel

Description

@baronfel

The SDK's container generation sets labels on the generated image(s). This includes a org.opencontainers.image.created and org.opencontainers.artifact.created label that uses DateTime.UtcNow. This isn't great for reproducibility.

This package should add a simple shim that uses SOURCE_DATE_EPOCH (or datetime.minvalue if not set) to ensure reproducibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions