Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:witekbedyk:branches:openSUSE:Templates:Images:Tumbleweed
dockerfile-application-container
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package dockerfile-application-container
# Define the names/tags of the container # SPDX-License-Identifier: MIT #!BuildTag: bci/prometheus:%PKG_VERSION% #!BuildTag: bci/prometheus:%PKG_VERSION%-%RELEASE% FROM suse/sle15:15.4 # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.application.prometheus LABEL org.opencontainers.image.title="SLE Prometheus Container Image" LABEL org.opencontainers.image.description="Prometheus based on the SLE Base Container Image." LABEL org.opencontainers.image.version="%PKG_VERSION%" LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opensuse.reference="registry.suse.com/suse/prometheus:%PKG_VERSION%-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.supportlevel="techpreview" LABEL com.suse.eula="sle-bci" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle" LABEL com.suse.image-type="application" LABEL com.suse.release-stage="alpha" # Fill the image with content and clean the cache(s) RUN set -euo pipefail; zypper -n in --no-recommends golang-github-prometheus-prometheus; zypper -n clean; rm -rf /var/log/* VOLUME [ "/var/lib/prometheus" ] ENTRYPOINT [ "/usr/bin/prometheus" ] EXPOSE 9090
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