File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ USER root
12
12
RUN echo -e "\n\n # Added during image build" >> /etc/dnf/dnf.conf && \
13
13
echo -e "minrate=100\n timeout=60\n " >> /etc/dnf/dnf.conf
14
14
15
- LABEL org.opencontainers.image.source https://github.com/ansible/ansible-dev-tools
16
- LABEL org.opencontainers.image.authors "Ansible DevTools"
17
- LABEL org.opencontainers.image.vendor "Red Hat"
18
- LABEL org.opencontainers.image.licenses "GPL-3.0"
19
- LABEL org.opencontainers.image.description "An execution environment targeted for Ansible content creators."
15
+ LABEL org.opencontainers.image.source= https://github.com/ansible/ansible-dev-tools
16
+ LABEL org.opencontainers.image.authors= "Ansible DevTools"
17
+ LABEL org.opencontainers.image.vendor= "Red Hat"
18
+ LABEL org.opencontainers.image.licenses= "GPL-3.0"
19
+ LABEL org.opencontainers.image.description= "An execution environment targeted for Ansible content creators."
20
20
21
21
22
22
RUN microdnf -y makecache && microdnf -y update
@@ -93,6 +93,7 @@ RUN mkdir -p /var/lib/shared/overlay-images \
93
93
94
94
ENV _CONTAINERS_USERNS_CONFIGURED=""
95
95
ENV ANSIBLE_DEV_TOOLS_CONTAINER=1
96
+ ENV PIP_ROOT_USER_ACTION=ignore
96
97
97
98
98
99
# In OpenShift, container will run as a random uid number and gid 0. Make sure things
You can’t perform that action at this time.
0 commit comments