Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • put it into a working directory on a Docker host
  • cd into the working directory
  • create the image with

    Code Block
    languagebash
    docker build --rm -t jsagent .

The dockerfile is based on the jre8 image of https://registry.hub.docker.com/_/java/. It downloads the most recent release of the JobScheduler Universal Agent and extracts it in the /root directory.

...