Use justenoughlinuxos docker hub account.

This commit is contained in:
fewtarius 2022-02-12 10:45:56 -05:00
parent 6a301f73cc
commit e9bca968f3
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -61,7 +61,7 @@ package-clean:
# For example: make docker-RG351V will use docker to call: make RG351V
# All variables are scoped to docker-* commands to prevent weird collisions/behavior with non-docker commands
docker-%: DOCKER_IMAGE := "jelos/jelos-build:latest"
docker-%: DOCKER_IMAGE := "justenoughlinuxos/jelos-build:latest"
# DOCKER_WORK_DIR is the directory in the Docker image - it used to be /work
# Anytime this directory changes, you must run `make clean` similarly to moving the 351ELEC directory