UNCLASSIFIED

Commit a1bddcf5 authored by SonicDeathMonkey's avatar SonicDeathMonkey
Browse files

S3 stuff

parent 211a20f7
Pipeline #106991 failed with stages
in 2 minutes and 19 seconds
......@@ -14,8 +14,11 @@ ENV COMPONENT_SCRIPT_DIR=/opt/confluent/etc
WORKDIR /opt
COPY opt/caas/lib/ /opt/caas/lib/
COPY opt/plugins/ /usr/share/java/cc-base/
# COPY opt/caas/lib/ /opt/caas/lib/
# COPY opt/plugins/ /usr/share/java/cc-base/
ADD operator-5.5.2-caas_lib.tar.gz /opt/caas/lib/
ADD operator-5.5.2-plugins.tar.gz /usr/share/java/cc-base/
COPY include/opt/caas /opt/caas
RUN yum install -y openssl findutils && yum clean all && mkdir -p "${CONTROL_CENTER_DATA_DIR}" "${CONTROL_CENTER_CONFIG_DIR}" "${COMPONENT_SCRIPT_DIR}/${COMPONENT}" \
......
......@@ -29,6 +29,19 @@ labels:
mil.dso.ironbank.image.type: "commercial"
mil.dso.ironbank.product.name: "Confluent Platform"
# List of resources to make available to the offline build context
resources:
- filename: operator-5.5.2-plugins.tar.gz
url: https://ironbank-files.s3.amazonaws.com/operator-5.5.2-plugins.tar.gz
validation:
type: sha256
value: 37adbede99aeaf765a9cc16ecdf0b0616f564ddd2cd7364540b186f222edc54d
- filename: operator-5.5.2-caas_lib.tar.gz
url: https://ironbank-files.s3.amazonaws.com/operator-5.5.2-caas_lib.tar.gz
validation:
type: sha256
value: 11112ceb5f4ad55956b4cd631be598acaec7fe754baec52d454ab4bd6222769e
# List of resources to make available to the offline build context
resources: []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment