File tree 13 files changed +44
-56
lines changed
13 files changed +44
-56
lines changed Original file line number Diff line number Diff line change 1
1
# ## This is a generated file from Dockerfile.in ###
2
2
3
- # @follow_tag(openshift-ose-base:ubi8.python.36 )
3
+ # @follow_tag(registry.redhat.io/ubi8/python-36:latest )
4
4
FROM registry.ci.openshift.org/ocp/builder:ubi8.python.36
5
5
6
+
6
7
ENV BUILD_VERSION=5.8.1
7
8
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
8
9
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
## EXCLUDE BEGIN ##
2
- #@follow_tag(ubi8:8-released )
3
- FROM ubi8:8.2-347 AS builder
2
+ #@follow_tag(registry.redhat.io/ ubi8:latest )
3
+ FROM registry.redhat.io/ ubi8:8.4-211 AS builder
4
4
5
- ARG upstream_code
6
- ENV upstream_code=upstream_code
5
+ ARG upstream_code=upstream_code
7
6
ARG upstream_tarball=${upstream_code}.tar.gz
8
7
9
8
COPY ${CI_ARCHIVE_ORIGIN_AGGREGATED_LOGGING} ${upstream_tarball}
@@ -13,8 +12,12 @@ RUN mkdir -p ${upstream_code} \
13
12
-C ${upstream_code}
14
13
## EXCLUDE END ##
15
14
16
- #@follow_tag(openshift-ose-base:ubi8.python.36)
17
- FROM openshift-ose-base:v4.0-202009120102.31989
15
+ #@follow_tag(registry.redhat.io/ubi8/python-36:latest)
16
+ FROM registry.redhat.io/ubi8/python-36:1-155
17
+
18
+ ## EXCLUDE BEGIN ##
19
+ ARG upstream_code=upstream_code/curator
20
+ ## EXCLUDE END ##
18
21
19
22
ENV BUILD_VERSION=5.8.1
20
23
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
Original file line number Diff line number Diff line change 1
1
from :
2
- - source : openshift-ose-base\:v (?:[\.0-9\-]*)
2
+ - source : registry.redhat.io/ubi8/python-36:(\d)- (?:[\.0-9\-]*)
3
3
target : registry.ci.openshift.org/ocp/builder:ubi8.python.36
Original file line number Diff line number Diff line change 1
1
# ## This is a generated file from Dockerfile.in ###
2
2
3
- # @follow_tag(openshift-ose-base: ubi8)
3
+ # @follow_tag(registry.redhat.io/ ubi8:latest )
4
4
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
5
-
6
5
ENV BUILD_VERSION=6.8.1
7
6
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
8
7
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
## EXCLUDE BEGIN ##
2
- #@follow_tag(openshift-ose-base: ubi8)
3
- FROM openshift-ose-base:v4.0-202104100031.20055 AS builder
2
+ #@follow_tag(registry.redhat.io/ ubi8:latest )
3
+ FROM registry.redhat.io/ubi8:8.4-211 AS builder
4
4
5
- ARG upstream_code
6
- ENV upstream_code=upstream_code
7
- ARG upstream_tarball=${upstream_code}.tar.gz
5
+ ARG upstream_code=upstream_code
6
+ ARG upstream_tarball=${upstream_code}.tar.gz
8
7
9
8
COPY ${CI_ARCHIVE_ORIGIN_AGGREGATED_LOGGING} ${upstream_tarball}
10
9
RUN mkdir -p ${upstream_code} \
@@ -13,9 +12,11 @@ RUN mkdir -p ${upstream_code} \
13
12
-C ${upstream_code}
14
13
## EXCLUDE END ##
15
14
16
- #@follow_tag(openshift-ose-base:ubi8)
17
- FROM openshift-ose-base:v4.0-202104100031.20055
18
-
15
+ #@follow_tag(registry.redhat.io/ubi8:latest)
16
+ FROM registry.redhat.io/ubi8:8.4-211
17
+ ## EXCLUDE BEGIN ##
18
+ ARG upstream_code=upstream_code/elasticsearch
19
+ ## EXCLUDE END ##
19
20
ENV BUILD_VERSION=6.8.1
20
21
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
21
22
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
from :
2
- - source : openshift-ose-base\:v (?:[\.0-9\-]*)
2
+ - source : registry.redhat.io/ubi8:(\d).(\d)- (?:[\.0-9\-]*)
3
3
target : registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
Original file line number Diff line number Diff line change 1
1
# ## This is a generated file from Dockerfile.in ###
2
2
3
- # @follow_tag(openshift-ose-base:ubi8.ruby.25 )
3
+ # @follow_tag(registry.redhat.io/ubi8/ruby-25:latest )
4
4
FROM registry.ci.openshift.org/ocp/builder:ubi8.ruby.25
5
-
6
5
ENV BUILD_VERSION=1.7.4
7
6
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
8
7
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
## EXCLUDE BEGIN ##
2
- #@follow_tag(ubi8:8-released )
3
- FROM ubi8:8.2-347 AS builder
2
+ #@follow_tag(registry.redhat.io/ ubi8:latest )
3
+ FROM registry.redhat.io/ ubi8:8.4-211 AS builder
4
4
5
- ARG upstream_code
6
- ENV upstream_code=upstream_code
5
+ ARG upstream_code=upstream_code
7
6
ARG upstream_tarball=${upstream_code}.tar.gz
8
7
9
8
COPY ${CI_ARCHIVE_ORIGIN_AGGREGATED_LOGGING} ${upstream_tarball}
@@ -13,9 +12,11 @@ RUN mkdir -p ${upstream_code} \
13
12
-C ${upstream_code}
14
13
## EXCLUDE END ##
15
14
16
- #@follow_tag(openshift-ose-base:ubi8.ruby.25)
17
- FROM openshift-ose-base:v4.0-202009120105.6452
18
-
15
+ #@follow_tag(registry.redhat.io/ubi8/ruby-25:latest)
16
+ FROM registry.redhat.io/ubi8/ruby-25:1-164
17
+ ## EXCLUDE BEGIN ##
18
+ ARG upstream_code=upstream_code/fluentd
19
+ ## EXCLUDE END ##
19
20
ENV BUILD_VERSION=1.7.4
20
21
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
21
22
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
from :
2
- - source : openshift-ose-base\:v (?:[\.0-9\-]*)
2
+ - source : registry.redhat.io/ubi8/ruby-25:(\d)- (?:[\.0-9\-]*)
3
3
target : registry.ci.openshift.org/ocp/builder:ubi8.ruby.25
Original file line number Diff line number Diff line change @@ -4,24 +4,8 @@ set -euo pipefail
4
4
5
5
dir=$1
6
6
fullimagename=$2
7
-
8
7
tag_prefix=" ${OS_IMAGE_PREFIX:- " openshift/origin-" } "
9
-
10
- docker_suffix=' '
11
- if [ " ${fullimagename} " = " openshift/origin-logging-elasticsearch6" ]; then
12
- docker_suffix=' .origin'
13
- fi
14
-
15
- # TODO(periklis)
16
- # Remove this when all Dockerfile.rhel8
17
- # are renamed back to Dockerfile
18
- if [ " ${fullimagename} " = ' openshift/origin-logging-kibana6' ]; then
19
- docker_suffix=' .rhel8'
20
- fi
21
-
22
- dockerfile=" Dockerfile${docker_suffix} "
23
-
24
- dfpath=${dir} /${dockerfile}
8
+ dfpath=${dir} /Dockerfile
25
9
26
10
echo " ----------------------------------------------------------------------------------------------------------------"
27
11
echo " - -"
Original file line number Diff line number Diff line change 1
1
# ## This is a generated file from Dockerfile.in ###
2
2
3
- # @follow_tag(openshift-ose-base: ubi8. nodejs.10 )
3
+ # @follow_tag(registry-proxy.engineering.redhat.com/rh-osbs/ ubi8- nodejs-10:latest )
4
4
FROM registry.ci.openshift.org/ocp/builder:ubi8.nodejs.10
5
-
6
5
ENV BUILD_VERSION=6.8.1
7
6
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
8
7
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
## EXCLUDE BEGIN ##
2
2
## extract the tarball
3
- #@follow_tag(ubi8:8-released )
4
- FROM ubi8:8.2-347 AS builder
3
+ #@follow_tag(registry.redhat.io/ ubi8:latest )
4
+ FROM registry.redhat.io/ ubi8:8.4-211 AS builder
5
5
6
- ARG upstream_code
7
- ENV upstream_code=upstream_code
6
+ ARG upstream_code=upstream_code
8
7
ARG upstream_tarball=${upstream_code}.tar.gz
9
8
10
9
COPY ${CI_ARCHIVE_ORIGIN_AGGREGATED_LOGGING} ${upstream_tarball}
@@ -14,9 +13,11 @@ RUN mkdir -p ${upstream_code} \
14
13
-C ${upstream_code}
15
14
## EXCLUDE END ##
16
15
17
- #@follow_tag(openshift-ose-base:ubi8.nodejs.10)
18
- FROM openshift-ose-base:v4.0-202009120056.16421
19
-
16
+ #@follow_tag(registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:latest)
17
+ FROM registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:1-142
18
+ ## EXCLUDE BEGIN ##
19
+ ARG upstream_code=upstream_code/kibana
20
+ ## EXCLUDE END ##
20
21
ENV BUILD_VERSION=6.8.1
21
22
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
22
23
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
from :
2
- - source : openshift-ose-base\:v (?:[\.0-9\-]*)
2
+ - source : registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:(\d)- (?:[\.0-9\-]*)
3
3
target : registry.ci.openshift.org/ocp/builder:ubi8.nodejs.10
You can’t perform that action at this time.
0 commit comments