Namespace
fredliang
Image / Tag
derper:v1.98.3
Content Digest
sha256:ecae97acc5be0e5d3502bd6d835d5f76e062e4a2a6ca4e64c249486f060d8611
Details
Created

2026-05-25 01:10:20 UTC

Size

79.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-21T17:23:54.324551+00:00
  • 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.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
DERP_ADDR

:443

DERP_CERT_DIR

/app/certs

DERP_CERT_MODE

letsencrypt

DERP_DOMAIN

your-hostname.com

DERP_HTTP_PORT

80

DERP_STUN

true

DERP_STUN_PORT

3478

DERP_VERIFY_CLIENTS

false

DERP_VERIFY_CLIENT_URL

PATH

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


Layers

[#000] sha256:6f5c5aa4e145204b113f983c003ff8ad6489394294ef95ec030bc94e3daded54 - 49.82% (39.6 MB)

[#001] sha256:1c24335ddd46023ff99bd665bd8ea6798464f7bbf501718edcf2eb4696e5f408 - 0.0% (387 Bytes)

[#002] sha256:fcaeb94283c1513b898d5bc31d79c5f0ecdd93d5dc8b057a880474c76172030f - 0.0% (93 Bytes)

[#003] sha256:722d21eb6f6f3b6c24c889a3921e8100f7c0f153de8b8246e8db64e43bbc8fec - 34.89% (27.8 MB)

[#004] sha256:5af874bbd7215eb575a3cfa45591bdbb496668f3ae3f0a95d156a394174b6007 - 15.3% (12.2 MB)


History
2026-04-21 17:23:53 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4415.tar --tag 26.04

2026-04-21 17:23:54 UTC (Set entrypoint)

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

2026-04-21 17:23:54 UTC (Set default commands)

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

2026-04-21 17:23:54 UTC (Set default PATH for bare-based rock)

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

2026-04-21 17:23:54 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-04-21 17:23:54 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-04-21 17:23:54 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4415.tar

2026-05-25 01:09:04 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends apt-utils && apt-get install -y ca-certificates && mkdir /app/certs # buildkit

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_DOMAIN=your-hostname.com

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_CERT_MODE=letsencrypt

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_CERT_DIR=/app/certs

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_ADDR=:443

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_STUN=true

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_STUN_PORT=3478

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_HTTP_PORT=80

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_VERIFY_CLIENTS=false

2026-05-25 01:09:18 UTC (buildkit.dockerfile.v0)

ENV DERP_VERIFY_CLIENT_URL=

2026-05-25 01:10:20 UTC (buildkit.dockerfile.v0)

COPY /go/bin/derper . # buildkit

2026-05-25 01:10:20 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/app/derper --hostname=$DERP_DOMAIN --certmode=$DERP_CERT_MODE --certdir=$DERP_CERT_DIR --a=$DERP_ADDR --stun=$DERP_STUN --stun-port=$DERP_STUN_PORT --http-port=$DERP_HTTP_PORT --verify-clients=$DERP_VERIFY_CLIENTS --verify-client-url=$DERP_VERIFY_CLIENT_URL"]

Details
Created

2026-05-25 01:16:51 UTC

Size

77.7 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-21T15:27:26.117874+00:00
  • 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.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
DERP_ADDR

:443

DERP_CERT_DIR

/app/certs

DERP_CERT_MODE

letsencrypt

DERP_DOMAIN

your-hostname.com

DERP_HTTP_PORT

80

DERP_STUN

true

DERP_STUN_PORT

3478

DERP_VERIFY_CLIENTS

false

DERP_VERIFY_CLIENT_URL

PATH

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


Layers

[#000] sha256:2113f8d7eb32748b14581824c1b94cea9ed9a08456312a2e94eddd522d01b927 - 50.0% (38.8 MB)

[#001] sha256:4a7720058461eb4ae40ed203b9874ab3248bd34ffb9948193e99245229fdbd6f - 0.0% (390 Bytes)

[#002] sha256:fcaeb94283c1513b898d5bc31d79c5f0ecdd93d5dc8b057a880474c76172030f - 0.0% (93 Bytes)

[#003] sha256:7c3528efa306ae57e61fcc8cc9b81a33eb27e0bf1cfc8958298550340ffd3710 - 35.55% (27.6 MB)

[#004] sha256:53ebba9947f328ac45beab1de9aede1b9fa68574e558fb2a0961e9ad291c1a4b - 14.45% (11.2 MB)


History
2026-04-21 15:27:25 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4553.tar --tag 26.04

2026-04-21 15:27:26 UTC (Set entrypoint)

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

2026-04-21 15:27:26 UTC (Set default commands)

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

2026-04-21 15:27:26 UTC (Set default PATH for bare-based rock)

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

2026-04-21 15:27:26 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T15:27:26.117874+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-04-21 15:27:26 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-04-21T15:27:26.117874+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-04-21 15:27:26 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4553.tar

2026-05-25 01:09:04 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends apt-utils && apt-get install -y ca-certificates && mkdir /app/certs # buildkit

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_DOMAIN=your-hostname.com

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_CERT_MODE=letsencrypt

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_CERT_DIR=/app/certs

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_ADDR=:443

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_STUN=true

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_STUN_PORT=3478

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_HTTP_PORT=80

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_VERIFY_CLIENTS=false

2026-05-25 01:12:39 UTC (buildkit.dockerfile.v0)

ENV DERP_VERIFY_CLIENT_URL=

2026-05-25 01:16:51 UTC (buildkit.dockerfile.v0)

COPY /go/bin/derper . # buildkit

2026-05-25 01:16:51 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "/app/derper --hostname=$DERP_DOMAIN --certmode=$DERP_CERT_MODE --certdir=$DERP_CERT_DIR --a=$DERP_ADDR --stun=$DERP_STUN --stun-port=$DERP_STUN_PORT --http-port=$DERP_HTTP_PORT --verify-clients=$DERP_VERIFY_CLIENTS --verify-client-url=$DERP_VERIFY_CLIENT_URL"]

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