Namespace
apache
Image / Tag
tika:4.1.0-SNAPSHOT
Content Digest
sha256:7886d6bda04d9c9c08181869d3a11f29fe371219f0d01b47241f4f2d2dcd7d77
Details
Created

2026-09-15 20:00:10 UTC

Size

178 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-09-15T15:55:57-04:00
  • org.opencontainers.image.description
    Apache Tika content detection and analysis server - lightweight JRE-only build
  • org.opencontainers.image.documentation
    https://tika.apache.org/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06
  • org.opencontainers.image.source
    https://github.com/apache/tika
  • org.opencontainers.image.title
    Apache Tika Server
  • org.opencontainers.image.url
    https://hub.docker.com/r/apache/tika
  • org.opencontainers.image.vendor
    Apache Software Foundation
  • org.opencontainers.image.version
    4.1.0-SNAPSHOT

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TIKA_VERSION

4.1.0-SNAPSHOT


Layers

[#000] sha256:08f5f5b2a2b0d2a960804adef3bd1783c5f2c20f42db5e290dc05d9529d11ae2 - 22.27% (39.7 MB)

[#001] sha256:6a7c4f6d8c3863707c14af40aad062db2bb477271491c7d3e99e03394dd261e3 - 0.0% (394 Bytes)

[#002] sha256:58161c6fa40b0ded6f286fe14c519a9a90b9604107a4abbc3ba47f736b74830a - 46.3% (82.5 MB)

[#003] sha256:3a6b7f32d0013500bd1a1d33eed8fab4b935619d2e7e99ec670e3a6af791401c - 31.43% (56 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-09-01 20:36:59 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.9485.tar --tag 26.04

2026-09-01 20:37:00 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-09-01 20:37:00 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-09-01 20:37:00 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-09-01 20:37:00 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-09-01T20:37:00.369571+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-09-01 20:37:00 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-09-01T20:37:00.369571+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-09-01 20:37:00 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.control_data.9485.tar

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.1.0-SNAPSHOT JRE=openjdk-25-jre-headless /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends ${JRE} ca-certificates && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

COPY tika-server/ /opt/tika-server/ # buildkit

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/*:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"]

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ARG REVISION=159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-09-15T15:55:57-04:00

2026-09-15 20:00:10 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server org.opencontainers.image.description=Apache Tika content detection and analysis server - lightweight JRE-only build org.opencontainers.image.url=https://hub.docker.com/r/apache/tika org.opencontainers.image.source=https://github.com/apache/tika org.opencontainers.image.documentation=https://tika.apache.org/ org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.version=4.1.0-SNAPSHOT org.opencontainers.image.revision=159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06 org.opencontainers.image.created=2026-09-15T15:55:57-04:00

Details
Created

2026-09-15 20:02:58 UTC

Size

176 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-09-15T15:55:57-04:00
  • org.opencontainers.image.description
    Apache Tika content detection and analysis server - lightweight JRE-only build
  • org.opencontainers.image.documentation
    https://tika.apache.org/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06
  • org.opencontainers.image.source
    https://github.com/apache/tika
  • org.opencontainers.image.title
    Apache Tika Server
  • org.opencontainers.image.url
    https://hub.docker.com/r/apache/tika
  • org.opencontainers.image.vendor
    Apache Software Foundation
  • org.opencontainers.image.version
    4.1.0-SNAPSHOT

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TIKA_VERSION

4.1.0-SNAPSHOT


Layers

[#000] sha256:56f0dbdea7403d4e7167e2c10f4212e62e9887f6701e295380c2c043a7f360a4 - 22.03% (38.8 MB)

[#001] sha256:7189ca5dbddf377ce4968cfdcd1b9dcb34cd8528a48f0a7925b6c0ae89cf7603 - 0.0% (392 Bytes)

[#002] sha256:097157372155609acc8e5f3aad69036824113d7b75e0d3fcbe7163ec69fa14da - 46.23% (81.5 MB)

[#003] sha256:3f4c5a4d5aa61ec47bef7b9bfa416f59aa2fad0a69905fcfee35506f64672190 - 31.74% (56 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-09-01 20:40:13 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.9504.tar --tag 26.04

2026-09-01 20:40:13 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-09-01 20:40:13 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-09-01 20:40:13 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-09-01 20:40:13 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-09-01T20:40:13.648724+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-09-01 20:40:13 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-09-01T20:40:13.648724+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-09-01 20:40:13 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.control_data.9504.tar

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.1.0-SNAPSHOT JRE=openjdk-25-jre-headless /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends ${JRE} ca-certificates && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

COPY tika-server/ /opt/tika-server/ # buildkit

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/*:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"]

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ARG REVISION=159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-09-15T15:55:57-04:00

2026-09-15 20:02:58 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server org.opencontainers.image.description=Apache Tika content detection and analysis server - lightweight JRE-only build org.opencontainers.image.url=https://hub.docker.com/r/apache/tika org.opencontainers.image.source=https://github.com/apache/tika org.opencontainers.image.documentation=https://tika.apache.org/ org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.version=4.1.0-SNAPSHOT org.opencontainers.image.revision=159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06 org.opencontainers.image.created=2026-09-15T15:55:57-04:00

Details
Created

2026-09-15 20:02:43 UTC

Size

177 MB

Content Digest
Labels
  • maintainer
    Apache Tika Developers dev@tika.apache.org
  • org.opencontainers.image.created
    2026-09-15T15:55:57-04:00
  • org.opencontainers.image.description
    Apache Tika content detection and analysis server - lightweight JRE-only build
  • org.opencontainers.image.documentation
    https://tika.apache.org/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06
  • org.opencontainers.image.source
    https://github.com/apache/tika
  • org.opencontainers.image.title
    Apache Tika Server
  • org.opencontainers.image.url
    https://hub.docker.com/r/apache/tika
  • org.opencontainers.image.vendor
    Apache Software Foundation
  • org.opencontainers.image.version
    4.1.0-SNAPSHOT

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TIKA_VERSION

4.1.0-SNAPSHOT


Layers

[#000] sha256:b1aa13925330270ece5314333db4d2d0539a9fa79fb104cd43d7595fe5aa69fc - 22.18% (39.2 MB)

[#001] sha256:6d201668f161ff89d301e6e21bd71b4f685b5539cc6d2cda9e1c09a9dd2d0d04 - 0.0% (389 Bytes)

[#002] sha256:d17107d093ce16c3f9ecc9626ad1c97a5ea719d19f3ebfb58c298a8985b9453e - 46.19% (81.7 MB)

[#003] sha256:68179794d634a94341447e54c99314c011598d18cc98e86baaf0ebb3bb1a2a95 - 31.64% (56 MB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-08-17 08:51:48 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9176.tar --tag 26.04

2026-08-17 08:51:49 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-08-17 08:51:49 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-08-17 08:51:49 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-08-17 08:51:49 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T08:51:49.237511+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-08-17 08:51:49 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T08:51:49.237511+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-08-17 08:51:49 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9176.tar

2026-09-15 20:02:42 UTC (buildkit.dockerfile.v0)

ARG UID_GID=35002:35002

2026-09-15 20:02:42 UTC (buildkit.dockerfile.v0)

ARG TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-15 20:02:42 UTC (buildkit.dockerfile.v0)

ARG JRE=openjdk-25-jre-headless

2026-09-15 20:02:42 UTC (buildkit.dockerfile.v0)

RUN |3 UID_GID=35002:35002 TIKA_VERSION=4.1.0-SNAPSHOT JRE=openjdk-25-jre-headless /bin/sh -c set -eux && apt-get update && apt-get install --yes --no-install-recommends ${JRE} ca-certificates && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2026-09-15 20:02:42 UTC (buildkit.dockerfile.v0)

ENV TIKA_VERSION=4.1.0-SNAPSHOT

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

COPY tika-server/ /opt/tika-server/ # buildkit

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/tika-server

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

USER 35002:35002

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

EXPOSE [9998/tcp]

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "exec java -cp \"/opt/tika-server/*:/opt/tika-server/lib/*:/tika-extras/*\" org.apache.tika.server.core.TikaServerCli -h 0.0.0.0 $0 $@"]

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

ARG REVISION=159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

ARG CREATED=2026-09-15T15:55:57-04:00

2026-09-15 20:02:43 UTC (buildkit.dockerfile.v0)

LABEL maintainer=Apache Tika Developers dev@tika.apache.org org.opencontainers.image.title=Apache Tika Server org.opencontainers.image.description=Apache Tika content detection and analysis server - lightweight JRE-only build org.opencontainers.image.url=https://hub.docker.com/r/apache/tika org.opencontainers.image.source=https://github.com/apache/tika org.opencontainers.image.documentation=https://tika.apache.org/ org.opencontainers.image.vendor=Apache Software Foundation org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.version=4.1.0-SNAPSHOT org.opencontainers.image.revision=159edb2a1ae1f0b8b2e50242a42ee7e715f9ed06 org.opencontainers.image.created=2026-09-15T15:55:57-04:00

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