Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.07 KB

File metadata and controls

40 lines (31 loc) · 1.07 KB

RosBE-Unix on Ubuntu with Release Engineering scripts

Normally this docker container can be used from ghcr.io

Below steps outline the process of running it locally.

Building the container

  • Create an image named reactos-base:
    • docker build --pull --rm -f "Dockerfile" -t reactos-base "."
  • Create a container named reactos-builder from the reactos-base image
    • docker run --name reactos-builder -it reactos-base
    • exit to close the container

Running the container

  • Run the reactos-builder:
    • docker start reactos-builder
  • Show all docker containers:
    • docker ps
  • Attach to the running reactos-builder:
    • docker attach 03e11af06800 (where 03e11af06800 is the CONTAINER ID from the running container)

Building a release

Using the new release script

git clone https://github.com/reactos/reactos.git
cd reactos
git checkout releases/0.4.15
release

Using the old release script

Release_Configure
# Answer the prompts
Release_ISOs
Release_Source