- Supported architectures
-
amd64,arm32v7,arm64v8
To use the GCC toolchain inside the container, execute commands via Podman.
➜ podman run --userns keep-id --rm -dt --volume "$PWD":/home/user:Z --name gcc quay.io/jwillikers/gcc:latest g++ test/main.cppOr just open a shell inside the container.
➜ podman run --userns keep-id --rm -it --volume "$PWD":/home/user:Z --name gcc quay.io/jwillikers/gcc:latestUse Buildah to build the image.
-
Install the necessary dependencies.
➜ sudo dnf -y install git buildah podman
-
Clone this repository.
➜ git -C ~/Projects clone git@github.com:jwillikers/gcc-image.git -
Run the shell script.
➜ ~/Projects/gcc-image/gcc-image.sh
Contributions in the form of issues, feedback, and even pull requests are welcome. Make sure to adhere to the project’s Code of Conduct.
The project’s Code of Conduct is available in the Code of Conduct file.
This repository is licensed under the GPLv3, available in the license file.
© 2021 Jordan Williams