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

Images #11

Merged
merged 4 commits into from
Nov 5, 2021
Merged

Images #11

merged 4 commits into from
Nov 5, 2021

Conversation

AdamIsrael
Copy link
Contributor

This PR introduces the concept of images, with a build script (99-build-images.sh) that will build any Containerfiles found within the images/ directory.

The image tag will be constructed automatically based on the directory structure, i.e.,

images/arch/latest/Containerfile builds the latest arch release and tags it as arch:latest. Then you can run toolbox create -i arch:latest -c arch.

This initially brings in four images:

  • Arch:latest
  • Debian:sid
  • Ubuntu:18.04 LTS
  • Ubuntu 20.04 LTS

This introduces the 99-build-images.sh build script and images for Arch:latest, Debian Sid, and the last two Ubuntu LTS releases
@castrojo castrojo merged commit 5302f7c into castrojo:main Nov 5, 2021
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