iamseth / oracledb_exporter

Prometheus Oracle database exporter.
MIT License
479 stars 236 forks source link

Add scratch image #439

Closed HansK-p closed 5 months ago

HansK-p commented 5 months ago

Description

This change adds support for the Scratch image. Docker image sizes after a make docker:

iamseth/oracledb_exporter                      0.6.0-oraclelinux_legacy-tablespace   25f1e02b4c1b   6 minutes ago    137MB
iamseth/oracledb_exporter                      0.6.0-oraclelinux                     4e01e343f297   6 minutes ago    137MB
iamseth/oracledb_exporter                      oraclelinux                           4e01e343f297   6 minutes ago    137MB
iamseth/oracledb_exporter                      0.6.0-alpine                          356dfb18f4a0   7 minutes ago    33.2MB
iamseth/oracledb_exporter                      alpine                                356dfb18f4a0   7 minutes ago    33.2MB
iamseth/oracledb_exporter                      0.6.0-alpine_legacy-tablespace        26d2523cd997   7 minutes ago    33.2MB
iamseth/oracledb_exporter                      0.6.0_legacy-tablespace               a76344c6e1f9   7 minutes ago    102MB
iamseth/oracledb_exporter                      0.6.0                                 504e59108b9c   7 minutes ago    102MB
iamseth/oracledb_exporter                      latest                                504e59108b9c   7 minutes ago    102MB
iamseth/oracledb_exporter                      0.6.0-scratch_legacy-tablespace       ccb9b08fa21e   22 minutes ago   25.7MB
iamseth/oracledb_exporter                      0.6.0-scratch                         7107a78ffd8a   22 minutes ago   25.7MB
iamseth/oracledb_exporter                      scratch                               7107a78ffd8a   22 minutes ago   25.7MB

Fixes #438

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

The following was executed in order to test the change

make scratch-image
docker run iamseth/oracledb_exporter:scratch

In additon we have used the image internally for a few days, but with CA and TZ info included. This is mostly as we are running monitoring where TZ info most probably is a requiremt. This has not been validated.

Screenshots (if appropriate):

Checklist: