Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:saltstack:products:testing:containers:leap15.6
salt-testsuite-ci
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package salt-testsuite-ci
#!BuildTag: salt-testsuite-github:leap15.6 FROM opensuse/leap:15.6 # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.example LABEL org.opencontainers.image.title="salt-testsuite-github" LABEL org.opencontainers.image.description="This contains the environment to run the Salt testsuite inside a container." LABEL org.opencontainers.image.version="0.1.0.%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opencontainers.image.created="%BUILDTIME%" # endlabelprefix # GH Actions dependencies RUN zypper in -y tar gzip RUN zypper in -y python3-salt-testsuite python3-salt-test # Due OBS limitations, the zypper calls done here are not able to pick recommended packages # so we need to explicitely install those recommended packages RUN zypper in -y python3-CherryPy python3-passlib man # Allow ssh connections in the container RUN sed -i '/ requi/s/^/#/' /etc/pam.d/sshd # create working directory RUN ["mkdir", "/code"] VOLUME ["/code"] WORKDIR "/code" # Set this as an entrypoint COPY entrypoint.sh /root/entrypoint.sh RUN chmod +x /root/entrypoint.sh ENTRYPOINT ["/root/entrypoint.sh"]
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