Daily fresh Vita SDK Docker images.
Building PS Vita apps in a docker container have several advantages:
cd your-vita-project
docker run -v "$PWD:/build/git" -it --rm gnuton/vitasdk-docker
Every day at midnight CI scripts craft a new juicy docker image with the latest snapshot of VitaSDK. If you wanna build your code always against the latest cutting-edge VitaSDK code, please get gnuton/vitasdk-docker:latest images. Otherwise, you can stick to a specific image version too (eg gnuton/vitasdk-docker:20190626 for the 2019-06-26 snapshot). The list of available image versions can be found here.
In case you REALLY REALLY wanna make changes to the Docker file itself and build it, please run:
docker build -t vitasdk-docker .
Content type
Image
Digest
sha256:93f81ba37…
Size
463.1 MB
Last updated
about 1 month ago
docker pull gnuton/vitasdk-docker