Commit graph

15 commits

Author SHA1 Message Date
Lukas Eipert
07d832674e Remove puppeteer base image
We only use it in GitLab UI where we build an extra image based on this
image. With https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2955
we build the image completely in GitLab UI and therefore can safely it
in this project.
2022-08-01 14:54:39 +02:00
Chad Woolley
c259961ce2 Create Dockerfile.gitlab-vscode-nodeless 2022-07-28 02:45:10 -07:00
Takuya Noguchi
495dbe57f0 Deprecate gitlab-charts-build-base-helm-3 (Helm 3.4) image tag
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-06-21 07:24:37 +00:00
Takuya Noguchi
723b1f7f5f Deprecate :alpine-helm image tag
That image includes:

- Alpine 3.11 (EOL)
- Ruby 2.4 (EOL)

These repos have been using this tag:

- https://gitlab.com/gitlab-org/gitlab-omnibus-builder
   - https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/merge_requests/226
- https://gitlab.com/gitlab-org/charts/auto-deploy-app
   - Deprecated and https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image is not using that tag

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-06-15 06:28:57 +00:00
Andrejs Cunskis
3272152b6d
Retire custom qa images 2022-05-24 19:15:45 +03:00
Andrejs Cunskis
6bfe260f3b Experiment: automatically push built images 2022-05-11 12:56:08 +00:00
DJ Mountney
ac06850fe3 Add a newer version of Helm for the charts base images. 2022-05-09 04:00:30 +00:00
Balasankar "Balu" C
aeb97b5387
Add back Debian bullseye image for omnibus specs
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-05-05 22:03:52 +05:30
Andrejs Cunskis
e5885af2fb
Use buildkit and inline cache to speed up builds 2022-04-29 16:19:34 +03:00
Rémy Coutable
0afff95280
ci: Add needs to all the push jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-30 11:10:41 +02:00
Lukas 'Eipi' Eipert
0089899f11 Merge branch 'sh-update-www-gitlab-com-nodejs' into 'master'
Update nodejs to v16.14.0 for www-gitlab-com image

See merge request gitlab-org/gitlab-build-images!498
2022-03-08 13:54:05 +00:00
Stan Hu
edbe08f360
Update nodejs to v16.14.0
This matches the update in
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/99215.

This also renames the image from `www-gitlab-com-3.0` to
`www-gitlab-com-ruby-3.0-node-16` to make it possible to roll this
change out properly.
2022-03-07 13:26:17 -08:00
Balasankar "Balu" C
73cb5f83c1
Add Amazon Linux 2 image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-03-02 15:24:57 +05:30
Rémy Coutable
422013d00b
Add triage-ops image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-02-03 15:34:29 +01:00
Lukas Eipert
a9cf88c469 Welcome to the matrix
This refactors our custom image building to utilize GitLab parallel jobs
with a matrix.

This makes it easier to parse what kind of matrix we are going to build
in our docker images. Furthermore instead of splitting the image name,
we can simply pull the versions of the tools from the environment
variables.

The ultimative reason: Dogfooding
2021-12-07 12:10:42 +01:00