Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:crameleon:branches:openSUSE:Templates:Images:Tumbleweed
first-container
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package first-container
#!BuildTag: gdev/first-container:latest gdev/first-container:%PKG_VERSION% opensuse/first-container:%PKG_VERSION%.%RELEASE% FROM opensuse/tumbleweed # labelprefix=org.opencontainers.nginx LABEL org.opencontainers.image.title="First Container" LABEL org.opencontainers.image.description="This contains nginx %PKG_VERSION%" LABEL org.opensuse.reference="registry.opensuse.org/gdev/first-container:%PKG_VERSION%.%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opencontainers.image.created="%BUILDTIME%" # endlabelprefix RUN zypper --non-interactive install --no-recommends nginx && zypper clean -a RUN sed -i '1s/^/daemon off;\n/' /etc/nginx/nginx.conf RUN sed -i '2s/^/error_log \/dev\/stdout info;\n/' /etc/nginx/nginx.conf EXPOSE 80 EXPOSE 443 ENTRYPOINT ["/usr/sbin/nginx"]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor