mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Save chrome and chromium deb files in package registry
This commit is contained in:
parent
fad37f305c
commit
941883094a
5 changed files with 122 additions and 74 deletions
11
Dockerfile.cache-chrome
Normal file
11
Dockerfile.cache-chrome
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Save amd64 chrome and arm64 .deb files to package registry
|
||||
FROM debian:latest
|
||||
|
||||
ARG TARGETARCH
|
||||
ARG CI_API_V4_URL
|
||||
ARG CI_PROJECT_ID
|
||||
ARG CI_JOB_TOKEN
|
||||
|
||||
ADD scripts/cache-google-chrome /cache-google-chrome
|
||||
|
||||
RUN /cache-google-chrome
|
||||
Loading…
Add table
Add a link
Reference in a new issue