Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker image build timestamp format #343

Merged
merged 1 commit into from
Sep 10, 2021
Merged

Commits on Sep 10, 2021

  1. Update docker image build timestamp format

    Golang time parser is not compatible with format rendered by the GNU date,
    even though both claim to be RFC3339. This change replaces space separator
    betwen date and time with "T" which will allow golang to parse it.
    It also switches from `--utc` to `-u` that's supported by both GNU and BSD
    date commands.
    jacekn committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f21b00a View commit details
    Browse the repository at this point in the history