t3docs / docker-render-documentation

Render TYPO3 Documentation the official way
https://t3docs.github.io/DRC-The-Docker-Rendering-Container/
20 stars 15 forks source link

Please add feedback about DRC 3.0.dev6 and following in a comment here #121

Open marble opened 2 years ago

marble commented 2 years ago

Please test the release candidate

Internally quite a lot has changed in the dev version of the DRC 3.x The current dev version is a release candidate. Before actually releasing it I need your help and would like to collect some feedback to make sure it really works. Please give it a try and leave a line here in a comment stating that it works or something does not work.

Get the release candidate

IMHO it is good enough anyway to be used at home. Plus you see the latest features.

# For WSL2, Linux, Mac
# Fetch from the GitHub Container Repository (Docker Hub doesn't work for us a the moment).
docker pull ghcr.io/t3docs/render-documentation:develop

# Rename to the usual name
docker tag ghcr.io/t3docs/render-documentation:develop t3docs/render-documentation:develop

# Define the helper function 'dockrun_t3rd' 
eval "$(docker run --rm t3docs/render-documentation:develop show-shell-commands)"

# Some example runs:
T3DOCS_DEBUG=1  dockrun_t3rd --version
T3DOCS_DEBUG=1  dockrun_t3rd --help
T3DOCS_DEBUG=1  dockrun_t3rd  makehtml-no-cache 

Version

Should be the following or later:

dockrun_t3rd --version

v3.0.dev6
Versions used for v3.0.dev6:
Theme                :: sphinx_typo3_theme :: 4.6.3.dev48+gea64282 :: mtime:1636232878
Toolchain            :: RenderDocumentation :: 2.12.dev2
Toolchain tool       :: TCT                 :: v1.2.0
TYPO3-Documentation  :: typo3.latex         :: v1.1.0
TypoScript lexer     :: typoscript.py       :: v2.2.4

DOCKRUN_PREFIX       :: dockrun_
OS_NAME              :: Ubuntu
OS_VERSION           :: 20.04.3 LTS (Focal Fossa)
OUR_IMAGE            :: t3docs/render-documentation:develop
OUR_IMAGE_SHORT      :: t3rd
OUR_IMAGE_SLOGAN     :: t3rd - TYPO3 render documentation
OUR_IMAGE_TAG        :: develop
OUR_IMAGE_VERSION    :: v3.0.dev6
TOOLCHAIN_TOOL_URL   :: https://github.com/marble/TCT/archive/refs/tags/v1.2.0.zip
TOOLCHAIN_URL        :: https://github.com/marble/Toolchain_RenderDocumentation/archive/refs/tags/v2.12.dev2.zip

export DEBIAN_FRONTEND="noninteractive"
export DOCKRUN_PREFIX="dockrun_"
export OS_NAME="Ubuntu"
export OS_VERSION="20.04.3 LTS (Focal Fossa)"
export OUR_IMAGE="t3docs/render-documentation:develop"
export OUR_IMAGE_SHORT="t3rd"
export OUR_IMAGE_SLOGAN="t3rd - TYPO3 render documentation"
export OUR_IMAGE_TAG="develop"
export OUR_IMAGE_VERSION="v3.0.dev6"
export TOOLCHAIN_URL="https://github.com/marble/Toolchain_RenderDocumentation/archive/refs/tags/v2.12.dev2.zip"

Expected behaviour

Please leave a comment here

I'm looking forward to your feedback!