Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:spacemule:branches:openSUSE:Templates:Images:Tumbleweed
wireguard-k8s
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package wireguard-k8s
# Define the names/tags of the container #!BuildTag: opensuse/wireguard:latest opensuse/wireguard:%PKG_VERSION% opensuse/wireguard:%PKG_VERSION%.%RELEASE% FROM opensuse/tumbleweed # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.example PREFIXEDLABEL org.opencontainers.image.title="Wireguard k8s" PREFIXEDLABEL org.opencontainers.image.description="This contains wireguard-tools %PKG_VERSION%" PREFIXEDLABEL org.opensuse.reference="registry.opensuse.org/opensuse/example:%PKG_VERSION%.%RELEASE%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" # Fill the image with content and clean the cache(s) RUN zypper --non-interactive in wireguard-tools iproute2 iptables && zypper clean -a ENTRYPOINT sh -c \ 'wg-quick up wg0 && \ sleep infinity & wait'
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