close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
fix_video_2fix_video_problemmain
|
Last change
on this file since 6c25f76 was
99cff41,
checked in by Natalia Serrano <natalia.serrano@…>, 5 months ago
|
|
refs #2225 take ogrepo ssh key
|
-
Property mode set to
100644
|
|
File size:
1000 bytes
|
| Rev | Line | |
|---|
| [f002c56] | 1 | FROM ubuntu:noble |
|---|
| 2 | |
|---|
| 3 | RUN apt-get update && apt-get -y install \ |
|---|
| 4 | debootstrap \ |
|---|
| 5 | fdisk \ |
|---|
| 6 | file \ |
|---|
| 7 | genisoimage \ |
|---|
| 8 | git \ |
|---|
| 9 | ipxe \ |
|---|
| 10 | jq \ |
|---|
| 11 | lsof \ |
|---|
| 12 | python3 \ |
|---|
| 13 | python3-apt \ |
|---|
| 14 | qemu-utils \ |
|---|
| 15 | rsync \ |
|---|
| 16 | schroot \ |
|---|
| 17 | squashfs-tools \ |
|---|
| 18 | subversion \ |
|---|
| 19 | syslinux \ |
|---|
| 20 | syslinux-efi \ |
|---|
| 21 | syslinux-utils \ |
|---|
| 22 | && rm -rf /var/lib/apt/lists/* |
|---|
| 23 | |
|---|
| 24 | RUN groupadd opengnsys |
|---|
| 25 | RUN mkdir -p /opt/opengnsys/client /tmp/opengnsys/oglive_builder /var/lib/tftpboot/ |
|---|
| 26 | RUN ln -fs /var/lib/tftpboot /opt/opengnsys |
|---|
| 27 | |
|---|
| [02b44a1] | 28 | ARG OPENGNSYS_HEAD |
|---|
| [f002c56] | 29 | |
|---|
| [567c8dc] | 30 | COPY . /tmp/opengnsys/oglive_builder/ |
|---|
| [6b66424] | 31 | |
|---|
| [567c8dc] | 32 | RUN ls -la /tmp/opengnsys/oglive_builder/ && \ |
|---|
| [99cff41] | 33 | mv /tmp/opengnsys/oglive_builder/engine /tmp/opengnsys/oglive_builder/shared /tmp/opengnsys/oglive_builder/ogrepo-ssh-key /tmp/opengnsys/ && \ |
|---|
| [02b44a1] | 34 | cp /tmp/opengnsys/oglive_builder/schroot.conf /tmp/opengnsys/oglive_builder/mount-defaults /etc/schroot/ && \ |
|---|
| [c1a9ff2] | 35 | echo '' >/etc/schroot/default/nssdatabases && \ |
|---|
| 36 | rm -f /etc/schroot/setup.d/*chrootname |
|---|
| [f002c56] | 37 | |
|---|
| 38 | ENTRYPOINT ["/tmp/opengnsys/oglive_builder/mkoglive.py"] |
|---|
Note: See
TracBrowser
for help on using the repository browser.