Skip to content

Commit

Permalink
Rename packages list
Browse files Browse the repository at this point in the history
Use .ocp extension to be explicit on the purpose
  • Loading branch information
elfosardo committed Sep 20, 2021
1 parent 5f54cf1 commit a5ebc78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ocp
Expand Up @@ -18,7 +18,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then \

FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.10

ENV PKGS_LIST=main-packages-list.txt
ENV PKGS_LIST=main-packages-list.ocp
ARG EXTRA_PKGS_LIST

COPY ${PKGS_LIST} ${EXTRA_PKGS_LIST:-$PKGS_LIST} /tmp/
Expand Down
File renamed without changes.

0 comments on commit a5ebc78

Please sign in to comment.