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-scheduler
Commits
822c3ffb
Commit
822c3ffb
authored
Apr 09, 2021
by
Austin Denton
Browse files
Update to r55
parent
c2d75420
Pipeline
#214831
passed with stages
in 29 minutes and 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-2
prebuildfs/opt/bitnami/scripts/liblog.sh
prebuildfs/opt/bitnami/scripts/liblog.sh
+3
-1
No files found.
Dockerfile
View file @
822c3ffb
...
@@ -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-scheduler:2.0.1-debian-10-r5
3
as base
FROM
bitnami/airflow-scheduler:2.0.1-debian-10-r5
5
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
...
...
hardening_manifest.yaml
View file @
822c3ffb
...
@@ -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-scheduler:2.0.1-debian-10-r5
3
-
tag
:
bitnami/airflow-scheduler:2.0.1-debian-10-r5
5
url
:
docker://docker.io/bitnami/airflow-scheduler@sha256:
6bc874b99ebbc514606f3929bd34bdb438ab0b66ace5c9745464d5aa8346ad0c
url
:
docker://docker.io/bitnami/airflow-scheduler@sha256:
b9e5a2196d9f303bdb3d674a703fc106d37beeb0eb7d5b541deaf27c7b3428e6
-
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
:
...
...
prebuildfs/opt/bitnami/scripts/liblog.sh
View file @
822c3ffb
...
@@ -106,5 +106,7 @@ indent() {
...
@@ -106,5 +106,7 @@ indent() {
for
((
i
=
0
;
i < num
;
i++
))
;
do
for
((
i
=
0
;
i < num
;
i++
))
;
do
indent_unit
=
"
${
indent_unit
}${
char
}
"
indent_unit
=
"
${
indent_unit
}${
char
}
"
done
done
echo
"
${
string
//^/
${
indent_unit
}}
"
# shellcheck disable=SC2001
# Complex regex, see https://github.com/koalaman/shellcheck/wiki/SC2001#exceptions
echo
"
$string
"
|
sed
"s/^/
${
indent_unit
}
/"
}
}
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