Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
[noissue]

Co-authored-by: decko <decko@redhat.com>
  • Loading branch information
dralley and decko committed Oct 12, 2023
1 parent 0cf0b18 commit 7fb3df8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/galaxy-minimal/nightly/Containerfile.webserver
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN ln /usr/local/lib/python3.9/site-packages/pulp_ansible/app/webserver_snippet
RUN ln /usr/local/lib/python3.9/site-packages/pulp_container/app/webserver_snippets/nginx.conf /etc/nginx/pulp/pulp_container.conf
RUN ln /usr/local/lib/python3.9/site-packages/galaxy_ng/app/webserver_snippets/nginx.conf /etc/nginx/pulp/galaxy_ng.conf

RUN cp -fr /usr/local/lib/python3.8/site-packages/galaxy_ng/app/static/galaxy_ng/. /www/data
RUN cp -fr /usr/local/lib/python3.9/site-packages/galaxy_ng/app/static/galaxy_ng/. /www/data


FROM docker.io/centos/nginx-116-centos7:1.16
Expand Down
2 changes: 1 addition & 1 deletion images/galaxy-minimal/stable/Containerfile.webserver
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN ln /usr/local/lib/python3.9/site-packages/pulp_ansible/app/webserver_snippet
RUN ln /usr/local/lib/python3.9/site-packages/pulp_container/app/webserver_snippets/nginx.conf /etc/nginx/pulp/pulp_container.conf
RUN ln /usr/local/lib/python3.9/site-packages/galaxy_ng/app/webserver_snippets/nginx.conf /etc/nginx/pulp/galaxy_ng.conf

RUN cp -fr /usr/local/lib/python3.8/site-packages/galaxy_ng/app/static/galaxy_ng/. /www/data
RUN cp -fr /usr/local/lib/python3.9/site-packages/galaxy_ng/app/static/galaxy_ng/. /www/data


FROM docker.io/centos/nginx-116-centos7:1.16
Expand Down
4 changes: 0 additions & 4 deletions images/pulp-minimal/stable/Containerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ RUN pip3 install --upgrade \
pulp-ostree${PULP_OSTREE_VERSION} && \
rm -rf /root/.cache/pip

# Prevent pip-installed /usr/local/bin/pulp-content from getting run instead of
# our /usr/bin/pulp-content script.
RUN rm -f /usr/local/bin/pulp-content

USER pulp:pulp
RUN PULP_STATIC_ROOT=/var/lib/operator/static/ PULP_CONTENT_ORIGIN=localhost \
/usr/local/bin/pulpcore-manager collectstatic --clear --noinput --link
Expand Down
2 changes: 1 addition & 1 deletion images/s6_assets/s6-rc.d/redis/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/execlineb -P
s6-setuidgid redis
/usr/bin/redis-server /etc/redis.conf
/usr/bin/redis-server /etc/redis/redis.conf

0 comments on commit 7fb3df8

Please sign in to comment.