File tree Expand file tree Collapse file tree 7 files changed +14
-76
lines changed Expand file tree Collapse file tree 7 files changed +14
-76
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2015-2023 The OpenZipkin Authors
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
14
5
#
15
6
16
7
# Defends against build outages caused by Docker Hub (docker.io) pull rate limits.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2015-2023 The OpenZipkin Authors
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
14
5
#
15
6
16
7
# Ensures Docker is logged in and it can build multi-architecture.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2015-2023 The OpenZipkin Authors
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
14
5
#
15
6
16
7
# This script gets a normalized name for the architecture as used in Docker. This will be a subset
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2015-2023 The OpenZipkin Authors
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
14
5
#
15
6
16
7
# This builds common docker arguments used by docker_build and docker_push.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2015-2023 The OpenZipkin Authors
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
14
5
#
15
6
16
7
set -ue
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2015-2023 The OpenZipkin Authors
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
14
5
#
15
6
16
7
# This script pushes images to GitHub Container Registry (ghcr.io).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2019-2023 The OpenZipkin Authors
3
+ # Copyright The OpenZipkin Authors
4
+ # SPDX-License-Identifier: Apache-2.0
4
5
#
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6
- # in compliance with the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software distributed under the License
11
- # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12
- # or implied. See the License for the specific language governing permissions and limitations under
13
- # the License.
14
6
15
7
# Install OS packages that support most software we build
16
8
# * openjdk21-jdk: smaller than openjdk21, which includes docs and demos
You can’t perform that action at this time.
0 commit comments