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

refactor: keep contents related commands in scripts #537

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

bsherman
Copy link
Contributor

I've tried to keep the boilerplate of image building in the Containerfile, while the content and details specific to the image being built is in scripts:

  • install.sh
  • packages.sh
  • post-install.sh

This refactor moves some commands to the scripts which had instead been added to Containerfile.

I've tried to keep the boilerplate of image building in the
Containerfile, while the content and details specific to the image being
built is in scripts:
- install.sh
- packages.sh
- post-install.sh

This refactor moves some commands to the scripts which had instead been
added to Containerfile.
@bsherman bsherman requested review from KyleGospo, p5 and a team March 26, 2024 22:09
@bsherman bsherman requested a review from castrojo as a code owner March 26, 2024 22:09
@bsherman bsherman requested review from noelmiller, EyeCantCU and a team March 26, 2024 22:25
@bsherman bsherman enabled auto-merge March 26, 2024 22:25
@bsherman bsherman added this pull request to the merge queue Mar 26, 2024
Merged via the queue into main with commit 5e07ee4 Mar 26, 2024
33 checks passed
@bsherman bsherman deleted the refactor-cleanup branch March 26, 2024 22:38
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.

3 participants