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

Miscellaneous improvements #28

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

nealef
Copy link
Contributor

@nealef nealef commented Oct 30, 2024

Miscellaneous improvements

  • Dockerfile.almalinux Dockerfile.ubuntu

    • Use main branch of action-runners - for now
  • build-files/build-image.sh

    • Remove /home/ubuntu/.nuget to free >2GB as it was only there for action runners build
  • build-files/install-packages.sh

    • Remove docker and use podman
    • Make less verbose
  • build-files/supported_packages.txt

    • Use php8.3
  • setup-build-env.sh

    • Compress image again - priming will untar/unzip so it has no performance impact

* Dockerfile.almalinux
  Dockerfile.ubuntu
  - Use main branch of action-runners - for now

* build-files/build-image.sh
  - Remove /home/ubuntu/.nuget to free >2GB as it was only there for action runners build

* build-files/install-packages.sh
  - Remove docker and use podman
  - Make less verbose

* build-files/supported_packages.txt
  - Use php8.3

* setup-build-env.sh
  - Compress image again - priming will untar/unzip so it has no performance impact
msg "Copy the apt and dpkg overrides into gha-builder - these prevent doc files from being installed"
lxc file push --mode 0644 "${BUILD_PREREQS_PATH}/99synaptics" "${BUILD_CONTAINER}/etc/apt/apt.conf.d/99synaptics"
lxc file push --mode 0644 "${BUILD_PREREQS_PATH}/01_nodoc" "${BUILD_CONTAINER}/etc/dpk/dpkg.cfg.d/01_nodoc"

Copy link
Owner

Choose a reason for hiding this comment

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

nice!

@anup-kodlekere
Copy link
Owner

Couple of comments but LGTM!

@anup-kodlekere anup-kodlekere merged commit 5a42d9d into anup-kodlekere:main Nov 5, 2024
1 check failed
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.

2 participants