mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #28912 from overleaf/msm-fix-certs-build
Fix `certs` image build GitOrigin-RevId: 02af78b29915276d55e86001a1cdc4703fc830b5
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
dockerfile_inline: |
|
dockerfile_inline: |
|
||||||
FROM node:22.18.0
|
FROM node:22.18.0
|
||||||
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-$(dpkg --print-architecture)"
|
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-"`dpkg --print-architecture`
|
||||||
RUN chmod +x /certgen
|
RUN chmod +x /certgen
|
||||||
volumes:
|
volumes:
|
||||||
- minio-certs:/certs
|
- minio-certs:/certs
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
dockerfile_inline: |
|
dockerfile_inline: |
|
||||||
FROM node:22.18.0
|
FROM node:22.18.0
|
||||||
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-$(dpkg --print-architecture)"
|
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-"`dpkg --print-architecture`
|
||||||
RUN chmod +x /certgen
|
RUN chmod +x /certgen
|
||||||
volumes:
|
volumes:
|
||||||
- minio-certs:/certs
|
- minio-certs:/certs
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
dockerfile_inline: |
|
dockerfile_inline: |
|
||||||
FROM node:22.18.0
|
FROM node:22.18.0
|
||||||
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-$(dpkg --print-architecture)"
|
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-"`dpkg --print-architecture`
|
||||||
RUN chmod +x /certgen
|
RUN chmod +x /certgen
|
||||||
volumes:
|
volumes:
|
||||||
- minio-certs:/certs
|
- minio-certs:/certs
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
dockerfile_inline: |
|
dockerfile_inline: |
|
||||||
FROM node:22.18.0
|
FROM node:22.18.0
|
||||||
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-$(dpkg --print-architecture)"
|
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-"`dpkg --print-architecture`
|
||||||
RUN chmod +x /certgen
|
RUN chmod +x /certgen
|
||||||
volumes:
|
volumes:
|
||||||
- minio-certs:/certs
|
- minio-certs:/certs
|
||||||
|
|||||||
Reference in New Issue
Block a user