Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KhronosGroup/DockerContainers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: KhronosGroup/DockerContainers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aspec-ruby3.3.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 1, 2024

  1. Update asciidoctor-spec image to ruby:3.3.3

    This greatly reduces the number of CVEs reported by Dockerhub and also
    updates the toolchain to current versions of asciidoctor (which
    apparently gives some better error messages now than it used to).
    
    Because of the underlying Debian updates, Python packages can no longer
    be installed at system level without a very ugly and brute-force
    override. Instead this image sets up a Python virtual environment
    containing all the packages, with just enough of an OS-level Python to
    install venv itself. If you are following the image instructions to do
    your own non-Docker install of the toolchain, you will need to setup a
    venv and then use the 'activate' script or otherwise setup your
    VIRTUAL_ENV and PATH to use that version. Scripts relying on Python
    packages installed by this image must invoke the python3 in the venv,
    not /usr/bin/python3.
    oddhack committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    836f248 View commit details
    Browse the repository at this point in the history
Loading