We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using freshly pulled code
[dalley@thinkpad oci_env]$ oci-env compose build ['podman', '--version', ''] using podman version: 4.2.1 podman build -t localhost/oci_env/pulp:base -f /home/dalley/devel/oci_env/base/Dockerfile /home/dalley/devel/oci_env/base/ STEP 1/11: FROM ghcr.io/pulp/pulp-ci-centos:latest STEP 2/11: ENV S6_KEEP_ENV=1 --> Using cache f88ba142767b421a71ec163871ac9990e964470c0d75cad411cb5c3f6c871207 --> f88ba142767 STEP 3/11: COPY dev_requirements.txt /dev_requirements.txt --> Using cache af2c4a414af861793635c379a80bbfc19d0a66f6658be2891c9483a71eb5e005 --> af2c4a414af STEP 4/11: RUN pip3 install -r dev_requirements.txt --> Using cache b2b7897542fa116ecbfd3d936fde8c7b29d4a64c3b1470d768eb197eda26e5a2 --> b2b7897542f STEP 5/11: COPY settings.py /etc/pulp/settings.py --> Using cache fa33627095ef3ce546746c6519d7f677ba8efa6959ad77c858548e71d2c211d2 --> fa33627095e STEP 6/11: COPY s6-rc.d/oci-env-prepare/ /etc/s6-overlay/s6-rc.d/oci-env-prepare/ --> Using cache 0e9162c7c4b3fcc062b5f2750c436b74d03af77db434b15a18ce524c00a40ef3 --> 0e9162c7c4b STEP 7/11: COPY s6-rc.d/oci-env-profiles /etc/s6-overlay/s6-rc.d/oci-env-profiles/ --> Using cache 680a309870fb81681d721803e8a14907f27bfb9df19e0c3cbdf2721c0bf5d9be --> 680a309870f STEP 8/11: RUN cd /etc/s6-overlay/s6-rc.d/user/contents.d && touch oci-env-prepare oci-env-profiles /bin/sh: line 0: cd: /etc/s6-overlay/s6-rc.d/user/contents.d: No such file or directory Error: error building at STEP "RUN cd /etc/s6-overlay/s6-rc.d/user/contents.d && touch oci-env-prepare oci-env-profiles": error while running runtime: exit status 1 exit code: 1
The text was updated successfully, but these errors were encountered:
It looks like this was a temporary issue that got resolved in the meantime.
Sorry, something went wrong.
No branches or pull requests
Using freshly pulled code
The text was updated successfully, but these errors were encountered: