We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d24c5f commit 16e1210Copy full SHA for 16e1210
quickstart/construct-build-details.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Copyright 2019 Contributors to the Parsec project.
4
+# SPDX-License-Identifier: Apache-2.0
5
+
6
cat << EOF
7
----------------------------------------
8
-- Parsec Quickstart Build Details
quickstart/quickstart.Dockerfile
@@ -1,3 +1,6 @@
# ---------------------------------------------
# Docker Stage: Base builder used for both parsec service and tools
FROM rust:latest AS base_builder
0 commit comments