Skip to content

Commit 947cc38

Browse files
committed
👽 Update Dockerfile syntax
1 parent c9b6f1a commit 947cc38

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/Dockerfiles/c-pac_api.latest.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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 \
1919
Dry-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
2121
USER root
2222
COPY --from=fcpindi/c-pac:latest /code /code
2323
RUN mkdir -p /home/user/c-pac_user \

.github/Dockerfiles/c-pac_api.nightly.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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 \
1919
Dry-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
2121
USER root
2222
COPY --from=fcpindi/c-pac:nightly /code /code
2323
RUN mkdir -p /home/user/c-pac_user \

0 commit comments

Comments
 (0)