Skip to content

Commit

Permalink
fix(devcontainer): Add license details in post-install.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
TAM360 committed Aug 17, 2024
1 parent 6c90054 commit 98e4e0f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/plugins/golang/v4/scaffolds/internal/templates/devcontainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ const devContainerTemplate = `{
`

const postInstallScript = `#!/bin/bash
# Copyright 2024 The Kubernetes Authors.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
set -x
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.24.0/kind-linux-amd64
Expand Down

0 comments on commit 98e4e0f

Please sign in to comment.