UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
Bitnami
airflow-worker
Commits
ad786336
Commit
ad786336
authored
Apr 09, 2021
by
Austin Denton
Browse files
Update to r54
parent
3d752484
Pipeline
#214829
passed with stages
in 32 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+2
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-2
No files found.
Dockerfile
View file @
ad786336
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.3
ARG
BASE_TAG=8.3
FROM
bitnami/airflow-worker:2.0.1-debian-10-r5
3
as base
FROM
bitnami/airflow-worker:2.0.1-debian-10-r5
4
as base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG
BITNAMI_HOME=/opt/bitnami
ARG
BITNAMI_HOME=/opt/bitnami
ARG
BITNAMI_DIR=/bitnami
ARG
BITNAMI_DIR=/bitnami
...
@@ -42,6 +42,7 @@ RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh && \
...
@@ -42,6 +42,7 @@ RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh && \
rm -rf /local/wheels/thrift-0.14.1* && \
rm -rf /local/wheels/thrift-0.14.1* && \
for f in $(ls -l /local/wheels | awk '{print $9}' |sed '/^$/d'); do pip install --no-index --no-deps /local/wheels/$f; done && \
for f in $(ls -l /local/wheels | awk '{print $9}' |sed '/^$/d'); do pip install --no-index --no-deps /local/wheels/$f; done && \
find /opt/bitnami/airflow/venv/lib/python3.8/site-packages -name "*.pem" -o -name "*.key" | egrep ".*test.*/.*\.pem|.*test.*/.*\.key" | xargs rm -f && \
find /opt/bitnami/airflow/venv/lib/python3.8/site-packages -name "*.pem" -o -name "*.key" | egrep ".*test.*/.*\.pem|.*test.*/.*\.key" | xargs rm -f && \
chmod +x /opt/bitnami/scripts/* && \
rm -rf /local/*
rm -rf /local/*
ENV
AIRFLOW_HOME="/opt/bitnami/airflow" \
ENV
AIRFLOW_HOME="/opt/bitnami/airflow" \
...
...
hardening_manifest.yaml
View file @
ad786336
...
@@ -36,8 +36,8 @@ labels:
...
@@ -36,8 +36,8 @@ labels:
# List of resources to make available to the offline build context
# List of resources to make available to the offline build context
resources
:
resources
:
-
tag
:
bitnami/airflow-worker:2.0.1-debian-10-r5
3
-
tag
:
bitnami/airflow-worker:2.0.1-debian-10-r5
4
url
:
docker://docker.io/bitnami/airflow-worker@sha256:
fdb55ad52b70ea398597634a5d2495c2c1d24935da25e242a08e853191bae389
url
:
docker://docker.io/bitnami/airflow-worker@sha256:
224ad64fbbf7cae7930fb3241b8e515499cde298cae639a4b037c0c3f8d8cd2c
-
filename
:
thrift-0.14.1.tar.gz
-
filename
:
thrift-0.14.1.tar.gz
url
:
https://mirror.jframeworks.com/apache/thrift/0.14.1/thrift-0.14.1.tar.gz
url
:
https://mirror.jframeworks.com/apache/thrift/0.14.1/thrift-0.14.1.tar.gz
validation
:
validation
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment