Skip to content

Commit

Permalink
Merge branch 'master' into manikowski-docker-airflow-19082024
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Sep 4, 2024
2 parents c3cbf8b + 742527a commit db81cca
Show file tree
Hide file tree
Showing 31 changed files with 777 additions and 378 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@


FROM marketplace.gcr.io/google/c2d-debian11 as ospo
FROM marketplace.gcr.io/google/debian12 as ospo

# Download Licenses and restricted source-code
COPY components.csv /components.csv
COPY source_code.txt /source_code.txt

RUN apt update && apt -y install ca-certificates
RUN apt update && apt -y install ca-certificates curl

RUN curl -o /download-licenses.sh -L https://raw.githubusercontent.com/GoogleCloudPlatform/click-to-deploy/master/scripts/download-licenses.sh \
&& curl -o /download-ref-repos.sh -L https://raw.githubusercontent.com/GoogleCloudPlatform/click-to-deploy/master/scripts/download-ref-repos.sh \
Expand All @@ -17,7 +17,7 @@ RUN mkdir -p /usr/src/licenses \
&& /download-licenses.sh /components.csv /usr/src/licenses \
&& /download-ref-repos.sh /source_code.txt /usr/src

FROM marketplace.gcr.io/google/c2d-debian11
FROM marketplace.gcr.io/google/debian12

COPY --from=ospo /usr/src /usr/src

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@


FROM marketplace.gcr.io/google/c2d-debian11 as ospo
FROM marketplace.gcr.io/google/debian12 as ospo

# Download Licenses and restricted source-code
COPY components.csv /components.csv
COPY source_code.txt /source_code.txt

RUN apt update && apt -y install ca-certificates
RUN apt update && apt -y install ca-certificates curl

RUN curl -o /download-licenses.sh -L https://raw.githubusercontent.com/GoogleCloudPlatform/click-to-deploy/master/scripts/download-licenses.sh \
&& curl -o /download-ref-repos.sh -L https://raw.githubusercontent.com/GoogleCloudPlatform/click-to-deploy/master/scripts/download-ref-repos.sh \
Expand All @@ -17,7 +17,7 @@ RUN mkdir -p /usr/src/licenses \
&& /download-licenses.sh /components.csv /usr/src/licenses \
&& /download-ref-repos.sh /source_code.txt /usr/src

FROM marketplace.gcr.io/google/c2d-debian11
FROM marketplace.gcr.io/google/debian12

COPY --from=ospo /usr/src /usr/src

Expand Down
2 changes: 1 addition & 1 deletion docker/activemq/templates/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM {{ .From }} as ospo
COPY components.csv /components.csv
COPY source_code.txt /source_code.txt

RUN apt update && apt -y install ca-certificates
RUN apt update && apt -y install ca-certificates curl

RUN curl -o /download-licenses.sh -L https://raw.githubusercontent.com/GoogleCloudPlatform/click-to-deploy/master/scripts/download-licenses.sh \
&& curl -o /download-ref-repos.sh -L https://raw.githubusercontent.com/GoogleCloudPlatform/click-to-deploy/master/scripts/download-ref-repos.sh \
Expand Down
20 changes: 10 additions & 10 deletions docker/activemq/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
cloudbuild:
enable_parallel: false
versions:
- dir: 6/debian11/6.1
from: marketplace.gcr.io/google/c2d-debian11
- dir: 6/debian12/6.1
from: marketplace.gcr.io/google/debian12
packages:
activemq:
version: 6.1.3
major: '6'
repo: activemq6
tags:
- 6.1.3-debian11
- 6.1-debian11
- 6-debian11
- 6.1.3-debian12
- 6.1-debian12
- 6-debian12
- 6.1.3
- '6.1'
- '6'
- latest

- dir: 5/debian11/5.18
from: marketplace.gcr.io/google/c2d-debian11
- dir: 5/debian12/5.18
from: marketplace.gcr.io/google/debian12
packages:
activemq:
version: 5.18.5
major: '5'
repo: activemq5
tags:
- 5.18.5-debian11
- 5.18-debian11
- 5-debian11
- 5.18.5-debian12
- 5.18-debian12
- 5-debian12
- 5.18.5
- '5.18'
- '5'
Expand Down
47 changes: 0 additions & 47 deletions docker/cert-manager/1/debian11/1.13/Dockerfile

This file was deleted.

131 changes: 0 additions & 131 deletions docker/cert-manager/1/debian11/1.13/components.csv

This file was deleted.

96 changes: 0 additions & 96 deletions docker/cert-manager/1/debian11/1.13/download-licenses.sh

This file was deleted.

Loading

0 comments on commit db81cca

Please sign in to comment.