Namespace
nginx
Image / Tag
nginx-ingress:1.10.0-ubi
Content Digest
sha256:a41254a7b18411463ed72f73b719e202fcdecc9a4d81aa0d766a8d5775ba7284
Details
Created

2021-01-26 15:33:59 UTC

Size

97.9 MB

Content Digest
Labels
  • architecture
    x86_64
  • build-date
    2020-12-10T01:59:40.343735
  • com.redhat.build-host
    cpt-1002.osbs.prod.upshift.rdu2.redhat.com
  • com.redhat.component
    ubi8-container
  • com.redhat.license_terms
    https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
  • description
    The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources.
  • distribution-scope
    public
  • io.k8s.description
    The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
  • io.k8s.display-name
    Red Hat Universal Base Image 8
  • io.openshift.expose-services
  • io.openshift.tags
    nginx,ingress-controller,ingress,controller,kubernetes,openshift
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • name
    NGINX Ingress Controller
  • release
    227
  • summary
    The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources.
  • url
    https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.3-227
  • vcs-ref
    3652f52021079930cba3bf90d27d9f191b18115b
  • vcs-type
    git
  • vendor
    NGINX Inc <kubernetes@nginx.com>
  • version
    8.3

Environment
NGINX_VERSION

1.19.6

PATH

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

container

oci


Layers

[#000] sha256:d9e72d058dc507f406dc9377495e3d29ce17596f885c09d0aba6b21e10e27ce6 - 72.53% (71 MB)

[#001] sha256:cca21acb641a96561e0cf9a0c1c7b7ffbaaefc92185bd8a9440f6049c838e33b - 0.0% (1.75 KB)

[#002] sha256:e74b39a362cf52bb64c77314563ad5870864c6773e929ae1850150aa1f459d6f - 15.98% (15.6 MB)

[#003] sha256:e3e81c6eb4f1cb80c04344998e594ea1592e1aa49c2ab7e0e7d26069e59c2cda - 0.0% (230 Bytes)

[#004] sha256:0889e03003989189eabca39f80cf200b8ed71895d9c55715c8f78078d10e560e - 0.01% (5.28 KB)

[#005] sha256:3f6d8a0e5fdae5f9ae8d64becd1f849143a2c1991dbab88189495079328ed04b - 0.0% (104 Bytes)

[#006] sha256:2345970c0c1b18b0dfc347a4dffd16808a32f5ac10ee31dc8aacc7c85e58cf3d - 0.0% (3.85 KB)

[#007] sha256:05bba353f56ee21b50ef4ed2196c341950156edbd93101dce3604347c6290539 - 11.48% (11.2 MB)


History
2020-12-10 01:59:51 UTC (Imported from -)

2020-12-10 01:59:59 UTC

2021-01-26 15:33:58 UTC (buildkit.dockerfile.v0)

LABEL name=NGINX Ingress Controller description=The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. summary=The Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources. io.openshift.tags=nginx,ingress-controller,ingress,controller,kubernetes,openshift maintainer=NGINX Docker Maintainers <docker-maint@nginx.com> vendor=NGINX Inc <kubernetes@nginx.com>

2021-01-26 15:33:58 UTC (buildkit.dockerfile.v0)

ENV NGINX_VERSION=1.19.6

2021-01-26 15:33:58 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -x && groupadd --system --gid 101 nginx && useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx && echo "[nginx]" >> /etc/yum.repos.d/nginx.repo && echo "name=nginx repo" >> /etc/yum.repos.d/nginx.repo && echo "baseurl=https://nginx.org/packages/mainline/rhel/8/\$basearch/" >> /etc/yum.repos.d/nginx.repo && echo "gpgcheck=0" >> /etc/yum.repos.d/nginx.repo && echo "enabled=1" >> /etc/yum.repos.d/nginx.repo && echo "module_hotfixes=true" >> /etc/yum.repos.d/nginx.repo && yum install -y nginx-${NGINX_VERSION} && mkdir -p /var/lib/nginx /etc/nginx/secrets /etc/nginx/stream-conf.d && setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx 'cap_net_bind_service=+ep' /usr/sbin/nginx-debug && chown -R nginx:0 /etc/nginx /var/cache/nginx /var/lib/nginx && rm /etc/yum.repos.d/nginx.repo && rm /etc/nginx/conf.d/* # buildkit

2021-01-26 15:33:58 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -sf /proc/1/fd/1 /var/log/nginx/access.log && ln -sf /proc/1/fd/1 /var/log/nginx/stream-access.log && ln -sf /proc/1/fd/2 /var/log/nginx/error.log # buildkit

2021-01-26 15:33:58 UTC (buildkit.dockerfile.v0)

COPY internal/configs/version1/nginx.ingress.tmpl internal/configs/version1/nginx.tmpl internal/configs/version2/nginx.virtualserver.tmpl internal/configs/version2/nginx.transportserver.tmpl / # buildkit

2021-01-26 15:33:59 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir licenses # buildkit

2021-01-26 15:33:59 UTC (buildkit.dockerfile.v0)

COPY LICENSE /licenses # buildkit

2021-01-26 15:33:59 UTC (buildkit.dockerfile.v0)

USER nginx

2021-01-26 15:33:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/nginx-ingress"]

2021-01-26 15:33:59 UTC (buildkit.dockerfile.v0)

COPY nginx-ingress / # buildkit

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