Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cypress] UBI8 Dockerfile #1690

Closed
wants to merge 0 commits into from
Closed

Conversation

meissadia
Copy link
Contributor

@meissadia meissadia commented Dec 20, 2022

Closes #1334

Changes

  • Use UBI8 base image
  • Install dependencies of dependencies of dependencies...

Security

Screen Shot 2023-01-25 at 12 47 57 PM

@meissadia meissadia force-pushed the 1334-cypress-docker-streamline branch from 954f70d to b210cf2 Compare December 21, 2022 21:13
Comment on lines 10 to 16
RUN dnf -y install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
RUN dnf -y install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm
RUN dnf -y install --nogpgcheck https://rpms.remirepo.net/enterprise/remi-release-$(rpm -E %rhel).rpm
RUN rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
RUN rpm -Uvh https://www.elrepo.org/elrepo-release-8.el8.elrepo.noarch.rpm
RUN yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
RUN yum -y install http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el8.noarch.rpm
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any concerns about these added repos?

@meissadia meissadia marked this pull request as ready for review January 25, 2023 19:50
@meissadia meissadia force-pushed the 1334-cypress-docker-streamline branch from 7607346 to 1db5e60 Compare April 13, 2023 17:07
@meissadia meissadia force-pushed the 1334-cypress-docker-streamline branch from 1db5e60 to 0af0dc3 Compare May 15, 2023 19:31
@Michaeldremy Michaeldremy force-pushed the 1334-cypress-docker-streamline branch from a0d48cb to dac76f6 Compare June 2, 2023 19:29
@Michaeldremy Michaeldremy force-pushed the 1334-cypress-docker-streamline branch from dac76f6 to 2aba3c7 Compare June 29, 2023 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Cypress test pod build
2 participants