keep docker build system latest #7

Closed
zaphkito wants to merge 1 commits from (deleted):develop into develop
First-time contributor

Sorry for my bad English

we need to keep fedora version is latest to make sure docker build can run

If we don't do that we will get some error in RUN dnf -y ... this is measures from fedora official

and build-docker is not defined in Makefile,if try to run make build-docker you will get a error

for my build I use these commands,need English man to improve docker tutorial or fix Makefile

git clone <segatools Repo> <folder>
cd /path/to/segatools
docker build -t segatools-build .
docker run -v ./:/segatools segatools-build

Once completed successfully, the build output will be located in build/build32 build/build64 and build/zip folders in your real folder

we can delete docker image when we completed successfully

docker rmi -f segatools-build

image
image
c5e9ef1087dd14a0299dde1d69e9cd6c

Sorry for my bad English we need to keep fedora version is latest to make sure docker build can run If we don't do that we will get some error in `RUN dnf -y ...` this is measures from fedora official and `build-docker` is not defined in Makefile,if try to run `make build-docker` you will get a error for my build I use these commands,need English man to improve docker tutorial or fix Makefile ```shell git clone <segatools Repo> <folder> cd /path/to/segatools docker build -t segatools-build . docker run -v ./:/segatools segatools-build ``` Once completed successfully, the build output will be located in `build/build32` `build/build64` and `build/zip` folders in your real folder we can delete docker image when we completed successfully ```shell docker rmi -f segatools-build ``` ![image](/attachments/f237afcc-2eb9-481c-a2c4-88eec4a112f2) ![image](/attachments/25756fa1-27f1-4a83-a3d7-fdc0bb49140d) ![c5e9ef1087dd14a0299dde1d69e9cd6c](/attachments/b97239f4-f5bb-4a75-9eb8-24939a783f8d)
zaphkito added 1 commit 2024-02-19 14:37:32 +00:00
Owner

There is no need to change the Fedora version to the latest version, bit a linux docker-build.sh script could be really useful in the future instead of manually executing the docker commands on linux.

There is no need to change the Fedora version to the latest version, bit a linux `docker-build.sh` script could be really useful in the future instead of manually executing the docker commands on linux.
Dniel97 closed this pull request 2024-03-07 00:04:34 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dniel97/segatools#7
No description provided.