File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/ubi- ruby-27:8
1
+ FROM registry.access.redhat.com/ubi8/ ruby-27
2
2
3
3
ENV LANG=en_US.UTF-8
4
4
5
5
USER root
6
6
7
7
RUN gem install listen ascii_binder && yum clean all
8
8
9
- WORKDIR /src
10
-
11
9
RUN git config --system --add safe.directory '*'
12
10
11
+ WORKDIR /src
12
+
13
13
CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/ubi-minimal:8
2
-
3
- WORKDIR /src
1
+ FROM registry.access.redhat.com/ubi8/ubi-minimal
4
2
5
3
RUN microdnf install -y git ruby which && microdnf clean all && rm -rf /var/cache/yum
6
4
7
5
RUN gem install asciidoctor asciidoctor-diagram
8
6
9
7
RUN git config --system --add safe.directory '*'
10
8
9
+ WORKDIR /src
10
+
11
11
CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 1
- FROM registry.ci.openshift.org/ocp/ubi-minimal:8
1
+ FROM registry.access.redhat.com/ubi8/ubi-minimal
2
+
3
+ RUN microdnf install -y git python39 python39-pip which && microdnf clean all && rm -rf /var/cache/yum
2
4
3
5
WORKDIR /src
4
6
5
- RUN microdnf install -y git python39 python39-pip which && microdnf clean all && rm -rf /var/cache/yum
7
+ RUN git config --system --add safe.directory '*'
6
8
7
9
COPY ./aura.tar.gz /src
8
10
9
11
RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel pyyaml && pip install --no-cache-dir /src/aura.tar.gz
10
12
11
- RUN git config --system --add safe.directory '*'
12
-
13
13
CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments