Skip to content

Docker cached image for dmaketgz may result in wrong release date set #15689

Closed
@andrewkirillov-ibm

Description

@andrewkirillov-ibm

I did this

Few weeks ago (Nov 13th) I created release packages using ./scripts/dmaketgz <version> as mentioned in RELEASE-PROCEDURE.md

I then created new packages today following same procedure. While the script (docker container) was running it reported:

datestamp 2024-11-13

Checking curlver.h from the new packages shows the same old date - Nov 13th.

As it turns out, the previous time dmaketgz was running, the created docker image was cached and the release date was kept in it as SOURCE_DATE_EPOCH variable. When running it again, docker found a cached image and used it instead of recreating. As a result, I got a new set of packages and release version, but old release date.

I expected the following

Correct date of release in curlver.h

curl/libcurl version

8.11.0

operating system

Red Hat Linux

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