summaryrefslogtreecommitdiff
path: root/scripts/build_assets_image
Commit message (Collapse)AuthorAgeFilesLines
* Use gitlab-ce as default project name in asset image buildingBalasankar "Balu" C2019-03-151-4/+2
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Set asset image name properly for all possible CE/EE project namesBalasankar "Balu" C2019-03-151-8/+7
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Tag asset docker image with GitLab version alsoBalasankar "Balu" C2019-03-121-0/+6
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Adds the commit sha to the pushed assetsJohn T Skarbek2019-02-191-1/+3
| | | | | | * This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: https://gitlab.com/gitlab-org/release/framework/issues/51
* Revert "Adds the commit sha to the pushed assets"John T Skarbek2019-02-181-3/+1
| | | | This reverts commit 481938de847294018d202df13565c8dbc8a8ebc2.
* Adds the commit sha to the pushed assetsJohn T Skarbek2019-02-181-1/+3
| | | | | | * This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: gitlab-org/release/framework#51
* Add BUILD_ASSETS_IMAGE CI variableIan Baum2018-11-151-0/+6
| | | | | | * Defaults to FALSE * Can be used to disable building/pushing the assets image in the gitlab:compile:assets job
* Use CI_COMMIT_REF_SLUG when building assets imagefix-for-assets-imageIan Baum2018-11-011-1/+1
| | | | | * Using CI_COMMIT_REF_NAME fails when the branch or tag contains special characters
* Build a docker container storing only the frontent assetsIan Baum2018-10-311-0/+21
* Run as part of gitlab:assets:compile job * Will be used by omnibus-gitlab and the CNG images to avoid compiling multiple times https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22235