You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I was tasked to understand why Globaleaks is not being updated. My company uses GitLab and I'm fairly new to it and I can't understand what is failing because the pipeline works (or is not showing errors.
Hi @Herkatus, can you please share some logs so we can investigate? Currently our latest Docker image version is v5.0.50, published about 18 hours ago.
I checked the logs, and it's strange, because, your script has fetched the GlobaLeaks Docker version with the following SHA256 sha256:aa93deb4ad1b0d89a24411a139b6867bd175cfc69e0e8e087bfc69911f99943d
And you said that you're stuck on version 5.0.45, but that version has the following manifest sha256:fb5dabb105d47bf56252006890f2cfa3b4dd17167406ad9713a4eea1a4285e73
and the actual GL Docker v5.0.50 has the following manifest sha256:2fe4466165f53193adf67b8d4ae256d4e188619d46ff774a9a1d4139e603d0bd
From all these, your current version doesn't seem to be neither .45 or .50, but something else. What I am suspecting is that there may be stale cached layers, and maybe adding --no-cache to the docker build command, as below, could help
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
So, I was tasked to understand why Globaleaks is not being updated. My company uses GitLab and I'm fairly new to it and I can't understand what is failing because the pipeline works (or is not showing errors.
.gitlab-ci.yml
.gitmodules
As I said the pipeline doesn't fail but I'm stuck on version 5.0.45
Any ideas?
All reactions