File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515# You should have received a copy of the GNU Lesser General Public
1616# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17- FROM ghcr.io/fcp-indi/c-pac/ubuntu:jammy-non-free as src
18- LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A DRY-RUN TESTING IMAGE \
17+ FROM ghcr.io/fcp-indi/c-pac/ubuntu:jammy-non-free AS src
18+ LABEL org.opencontainers.image.description= "NOT INTENDED FOR USE OTHER THAN AS A DRY-RUN TESTING IMAGE \
1919Dry-run C-PAC latest API."
20- LABEL org.opencontainers.image.source https://github.com/FCP-INDI/cpac
20+ LABEL org.opencontainers.image.source= https://github.com/FCP-INDI/cpac
2121USER root
2222COPY --from=fcpindi/c-pac:latest /code /code
2323RUN mkdir -p /home/user/c-pac_user \
Original file line number Diff line number Diff line change 1414
1515# You should have received a copy of the GNU Lesser General Public
1616# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17- FROM ghcr.io/fcp-indi/c-pac/ubuntu:jammy-non-free as src
18- LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A DRY-RUN TESTING IMAGE \
17+ FROM ghcr.io/fcp-indi/c-pac/ubuntu:jammy-non-free AS src
18+ LABEL org.opencontainers.image.description= "NOT INTENDED FOR USE OTHER THAN AS A DRY-RUN TESTING IMAGE \
1919Dry-run C-PAC nightly API."
20- LABEL org.opencontainers.image.source https://github.com/FCP-INDI/cpac
20+ LABEL org.opencontainers.image.source= https://github.com/FCP-INDI/cpac
2121USER root
2222COPY --from=fcpindi/c-pac:nightly /code /code
2323RUN mkdir -p /home/user/c-pac_user \
You can’t perform that action at this time.
0 commit comments