Namespace
gvenzl
Image / Tag
oracle-free:23.4-slim
Content Digest
sha256:0af684d95000e98e643ab3423e3dff17a321bf1cb99ff2cb1738017ef803bc29
Details
Created

2024-10-14 03:19:13 UTC

Size

692 MB

Content Digest
Labels
  • io.buildah.version
    1.37.2
  • org.opencontainers.image.authors
    Gerald Venzl
  • org.opencontainers.image.description
    Oracle Database Free for everyone!
  • org.opencontainers.image.documentation
    https://github.com/gvenzl/oci-oracle-free/blob/main/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/gvenzl/oci-oracle-free
  • org.opencontainers.image.title
    Oracle Database Free Container images

Environment
NLS_LANG

.AL32UTF8

ORACLE_BASE

/opt/oracle

ORACLE_BASE_CONFIG

/opt/oracle/product/23ai/dbhomeFree

ORACLE_BASE_HOME

/opt/oracle/product/23ai/dbhomeFree

ORACLE_HOME

/opt/oracle/product/23ai/dbhomeFree

ORACLE_SID

FREE

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/oracle/product/23ai/dbhomeFree/bin:/opt/oracle


Layers

[#000] sha256:cce7811547bf5e9f0ddd6125c5cd50ec359761c812da82dcab913b05b6d92c10 - 9.18% (63.6 MB)

[#001] sha256:be914d3fbc9a225d560aa6eea7bcfa8a6d5fb47931f6806d3dbbe154f1a37e54 - 7.34% (50.8 MB)

[#002] sha256:ff2bbb19de6c699dc2045afb4ec54742e5eda9936bc0936b4fd3e799975433cf - 26.03% (180 MB)

[#003] sha256:b71bdf7baef34c25d8e23fb3559e18e8204155e19e4755f84a79435b14c28de9 - 18.73% (130 MB)

[#004] sha256:cf10cf7e4a3be28a0f3dd687e2a13c196f48f355b463a8952620c763b8325dcc - 7.66% (53 MB)

[#005] sha256:fb91252501777618b3a4c86fa30a507854d31c0a41171ab7832e44cb0869baf7 - 31.06% (215 MB)


History
2024-10-14 03:15:35 UTC

/bin/sh -c #(nop) ARG DB_FLAVOR

2024-10-14 03:15:35 UTC

/bin/sh -c #(nop) ENV ORACLE_BASE=/opt/oracle ORACLE_BASE_CONFIG=/opt/oracle/product/23${DB_FLAVOR}/dbhomeFree ORACLE_BASE_HOME=/opt/oracle/product/23${DB_FLAVOR}/dbhomeFree ORACLE_HOME=/opt/oracle/product/23${DB_FLAVOR}/dbhomeFree ORACLE_SID=FREE PATH=${PATH}:/opt/oracle/product/23${DB_FLAVOR}/dbhomeFree/bin:/opt/oracle NLS_LANG=.AL32UTF8

2024-10-14 03:16:39 UTC

/bin/sh -c #(nop) COPY dir:22cc358709dbb564539fce7e76f349912683d19fe2bca0704c7f3d6578b30527 in /

2024-10-14 03:16:41 UTC

|1 DB_FLAVOR=ai /bin/sh -c rm -rf "${ORACLE_BASE}"

2024-10-14 03:17:37 UTC (FROM c442515590b0)

/bin/sh -c #(nop) COPY dir:5246d5da7d5b894c0a8035b338f236ec65bd5c98b6daa4b6471a2eb5a217190d in "${ORACLE_BASE}"

2024-10-14 03:17:38 UTC

/bin/sh -c rm "${ORACLE_HOME}"/bin/oracle

2024-10-14 03:17:38 UTC

/bin/sh -c rm -r "${ORACLE_HOME}"/lib

2024-10-14 03:17:38 UTC

/bin/sh -c rm -r "${ORACLE_HOME}"/rdbms

2024-10-14 03:17:40 UTC

/bin/sh -c rm "${ORACLE_BASE}"/"${ORACLE_SID}".7z

2024-10-14 03:18:01 UTC (FROM 3d2b641341b6)

/bin/sh -c #(nop) COPY file:edcb282eec3c1ce05c3a4aef735fb4e9bccb7637fa926498f3fbc0e4e4043b0e in "${ORACLE_HOME}"/bin/oracle

2024-10-14 03:18:38 UTC (FROM 3b235ddb1742)

/bin/sh -c #(nop) COPY dir:2e3a2c104ae205ec475e89b002f0a0ab86eaab3fd63a44e5ea6d88983bec8956 in "${ORACLE_HOME}"/lib

2024-10-14 03:18:59 UTC (FROM 12f4df96d5e1)

/bin/sh -c #(nop) COPY dir:d04fd00e0b086fea2245e86f869324ead04af1659ce9cefb221249b37406cfd8 in "${ORACLE_HOME}"/rdbms

2024-10-14 03:19:12 UTC (FROM 422d28558a04)

/bin/sh -c #(nop) COPY file:1a24852a8dc56bc3620dca02df65f65b35657c1d498dceb9c987e4d2cb8ea06a in "${ORACLE_BASE}"/

2024-10-14 03:19:12 UTC

/bin/sh -c chown root "${ORACLE_HOME}"/bin/extjob; chmod 4750 "${ORACLE_HOME}"/bin/extjob; chown root "${ORACLE_HOME}"/rdbms/admin/externaljob.ora; chmod 640 "${ORACLE_HOME}"/rdbms/admin/externaljob.ora; chown root "${ORACLE_HOME}"/bin/jssu; chmod 4750 "${ORACLE_HOME}"/bin/jssu

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title="Oracle Database Free Container images"

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description="Oracle Database Free for everyone!"

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors="Gerald Venzl"

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/gvenzl/oci-oracle-free

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=Apache-2.0

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/gvenzl/oci-oracle-free/blob/main/README.md

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) USER oracle

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) WORKDIR ${ORACLE_BASE}

2024-10-14 03:19:12 UTC

/bin/sh -c #(nop) HEALTHCHECK CMD "${ORACLE_BASE}"/healthcheck.sh >/dev/null || exit 1

2024-10-14 03:19:14 UTC

/bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete