You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Chef 18, Workstaiton 25, Centos 9&10, Debian 12, Ubuntu 22+
This won't work until other PRs are merged, but getting it ready.
Pull Request resolved: facebook#259
Differential Revision: D69662696
fbshipit-source-id: 3f2aff528ed3f340857492005b6a3c15a40f9770
- RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
18
-
- name: centos-stream-8
17
+
- RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
18
+
- name: centos-stream-10
19
19
driver:
20
-
image: dokken/centos-stream-8
20
+
image: dokken/centos-stream-10
21
21
pid_one_command: /usr/lib/systemd/systemd
22
22
intermediate_instructions:
23
23
# stub out /etc/fstab for fb_fstab
@@ -26,18 +26,18 @@ platforms:
26
26
- RUN sed -i=.bak -e 's/^mirrorlist/#mirrorlist/g' -e 's!^#baseurl=http://mirror.centos.org/$contentdir/$stream!baseurl=https://vault.centos.org/$stream!g' /etc/yum.repos.d/*.repo
27
27
- RUN rm /etc/yum.repos.d/*.bak
28
28
# enable EPEL (for stuff like hddtemp)
29
-
- RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
30
-
- name: ubuntu-18.04
29
+
- RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
0 commit comments