Skip to content

Releases: gvenzl/setup-oracle-free

v1.1.0: Fix for #6 - provide container logs on failure (#8)

14 Oct 02:09
5b99216
Compare
Choose a tag to compare

The action now reports errors inside the container as part of the action log itself.

Introducing the Oracle Database Free GitHub Action

30 Apr 17:16
b12da83
Compare
Choose a tag to compare

Use this GitHub Action to setup Oracle Database Free containers running in Podman or Docker from gvenzl/oci-oracle-free.

The image provides customizable inputs for:

  • The image tag to use (default latest)
  • The container name (default oracledb)
  • The database port (default 1521)
  • Whether and where a volume should be mounted
  • Oracle Database (SYS and SYSTEM) password
  • Application user name and application user password (both required)
  • Where to find and run setup scripts
  • Where to find and run startup scripts
  • The container runtime (default podman)
  • Healthcheck intervals and max retries

Using this action is as simple as:

      - uses: gvenzl/setup-oracle-free@v1
        with:
          app-user: test
          app-user-password: test