question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid date when pushed to gitlab container registry

See original GitHub issue

Description of the issue: Running jib:build pushes an image which appears to be 48 years ago in Gitlab. Expected behavior: Date should be date of the build? Steps to reproduce: mvn clean jib:build screenshot_20180712_083553 Environment: Maven, Kubuntu 17.04 Push to Gitlab version 11.02

jib-maven-plugin Configuration:

<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>0.9.4</version>
<configuration>
<to>
<image>gitlab:4567/server/serverapi/too_old</image>
</to>
</configuration>
</plugin>

Can this image be built locally? i.e. without pushing to anywhere. So I can see whether it’s a gitlab or a JIB issue…

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
TadCordlecommented, Jul 12, 2018
0reactions
coollogcommented, Jul 12, 2018

@patflynn there is an istio-dev thread about possible solutions: https://groups.google.com/forum/#!topic/istio-dev/nuv6UaBFGDk

Read more comments on GitHub >

github_iconTop Results From Across the Web

ActionView::Template::Error (invalid date) when viewing ...
I've built what's called a "microcontainer/image" using the smith tool [1]. The result of building using smith is an OCI image.
Read more >
Registry 'Created' column showing wrong date - GitLab FOSS
Summary Registry page shows wrong 'Created' time. It shows it was a few hours ago, but it has seconds ago.
Read more >
Docker registry date not accurate (#35428) · Issues - GitLab
Success looks like the UI is representing accurate information about the images/tags that are pushed to the GitLab container registry.
Read more >
GitLab Container Registry administration
Migrate to object storage without downtime. Using AWS DataSync to copy the registry data to or between S3 buckets creates invalid metadata objects...
Read more >
Container Registry shows image was published 20 years ago
Summary Container Registry shows wrong creation date when created by kaniko --reproducible Steps to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found