Commit 7fcc437c authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: replace deprecated Docker Hub registry FQDN

parent 83603c70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ It is bound to the `acceptance` stage, and uses the following variable:

| Input / Variable | Description                                                 | Default value |
| --------------------- | ----------------------------------------------------------- | ------------- |
| `base-image` / `ROBOT_BASE_IMAGE` | The Docker image used to run Robot Framework                | `registry.hub.docker.com/ppodgorsek/robot-framework:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-ROBOT_BASE_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-ROBOT_BASE_IMAGE) |
| `base-image` / `ROBOT_BASE_IMAGE` | The Docker image used to run Robot Framework                | `docker.io/ppodgorsek/robot-framework:latest` <br/>[![Trivy Badge](https://to-be-continuous.gitlab.io/doc/secu/trivy-badge-ROBOT_BASE_IMAGE.svg)](https://to-be-continuous.gitlab.io/doc/secu/trivy-ROBOT_BASE_IMAGE) |
| `tests-dir` / `ROBOT_TESTS_DIR` | Robot Framework's tests directory                           | `robot` |
| `threads` / `ROBOT_THREADS` | Number of threads to execute Robot Framework's tests (uses [Pabot](https://pabot.org/) if > `1`)  | `1` |
| `screen-colour-depth` / `ROBOT_SCREEN_COLOUR_DEPTH` | Screen colour depth for X Window Virtual Framebuffer  | `24`   |
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    {
      "name": "ROBOT_BASE_IMAGE",
      "description": "The Docker image used to run Robot frame work CLI",
      "default": "registry.hub.docker.com/ppodgorsek/robot-framework:latest"
      "default": "docker.io/ppodgorsek/robot-framework:latest"
    },
    {
      "name": "ROBOT_TESTS_DIR",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ spec:
  inputs:
    base-image:
      description: The Docker image used to run Robot frame work CLI
      default: registry.hub.docker.com/ppodgorsek/robot-framework:latest
      default: docker.io/ppodgorsek/robot-framework:latest
    tests-dir:
      description: Path to Robot Framework tests directory
      default: robot