Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
obs-service-docker_label_helper.16654
test.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File test.sh of Package obs-service-docker_label_helper.16654
#!/bin/sh set -eu tmpdir=$(mktemp -d) trap 'rm -rf ${tmpdir}' EXIT script="$(realpath "$(dirname $0)")/docker_label_helper" cd $tmpdir cat >Dockerfile <<EOF # labelprefix=org.opensuse.nano PREFIXEDLABEL org.opencontainers.image.title="Example container" PREFIXEDLABEL org.opencontainers.image.description="This contains nano" EOF export BUILD_DIST= sh "${script}" diff -u Dockerfile - <<EOF LABEL org.opensuse.nano.title="Example container" LABEL org.opencontainers.image.title="Example container" LABEL org.opensuse.nano.description="This contains nano" LABEL org.opencontainers.image.description="This contains nano" EOF
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