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

Support timestamps with offset from "inspect image" #3055

Merged

Conversation

acanda
Copy link
Contributor

@acanda acanda commented Jul 27, 2020

The command "inspect image" can return a "created" timestamp without a
time zone offset (e.g. "2020-07-27T18:23:31.365190246Z") or with a time
zone offset (e.g. "2020-07-27T18:23:31.365190246+02:00"). This change
adds support for timestamps with a time zone offset.

This fixes #3054.

The command "inspect image" can return a "created" timestamp without a
time zone offset (e.g. "2020-07-27T18:23:31.365190246Z") or with a time
zone offset (e.g. "2020-07-27T18:23:31.365190246+02:00"). This change
adds support for timestamps with a time zone offset.
@jokogr
Copy link

jokogr commented Nov 25, 2020

Is there any way to use this already? E.g., publish it on a private Artifactory?

@aoksenholt
Copy link

Will this PR be included in a future release?

@eivinwi
Copy link

eivinwi commented Dec 7, 2020

This is currently a blocking issue for us. Would be great to get this resolved

@bsideup bsideup added this to the 1.15.1 milestone Dec 8, 2020
@bsideup bsideup merged commit 602343a into testcontainers:master Dec 8, 2020
@bsideup
Copy link
Member

bsideup commented Dec 8, 2020

@acanda merged, thanks! Sorry it took so long :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DateTimeParseException when trying to launch container
5 participants