Closed
Bug 1401435
Opened 8 years ago
Closed 7 years ago
Unable to extract BUILD_URL from mozillabteam/bmo docker image
Categories
(Bugzilla :: Installation & Upgrading, enhancement)
Bugzilla
Installation & Upgrading
Tracking
()
RESOLVED
FIXED
People
(Reporter: bobm, Unassigned)
Details
The Cloud Services docker pull push verify script is failing to retrieve the BUILD_URL from the mozillabteam/bmo docker image. It fails here:
https://github.com/mozilla-services/cloudops-deployment/blob/master/bin/pull-verify-push#L39-L47
The version.json file output appears as such:
$ docker run --rm --entrypoint="cat" mozillabteam/bmo /app/version.json
{
"build" : "unknown",
"commit" : "",
"source" : "https://github.com/mozilla-bteam/bmo",
"version" : "20170919.1"
}
The issue is with a build value of unknown.
Comment 1•8 years ago
|
||
This is built here: https://github.com/mozilla-bteam/bmo/blob/production/extensions/BMO/Extension.pm#L2557-L2562
not sure why the CIRCLECI_* env is not being set.
| Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•