File tree Expand file tree Collapse file tree
src/s-core-devcontainer/.devcontainer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+
3+ # *******************************************************************************
4+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
5+ #
6+ # See the NOTICE file(s) distributed with this work for additional
7+ # information regarding copyright ownership.
8+ #
9+ # This program and the accompanying materials are made available under the
10+ # terms of the Apache License Version 2.0 which is available at
11+ # https://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # SPDX-License-Identifier: Apache-2.0
14+ # *******************************************************************************
15+
216name : Validate DevContainer
317description : This workflow is checking that updates do not break stuff. If on main branch, publish to "latest" tag.
418on :
Original file line number Diff line number Diff line change 11---
2+
3+ # *******************************************************************************
4+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
5+ #
6+ # See the NOTICE file(s) distributed with this work for additional
7+ # information regarding copyright ownership.
8+ #
9+ # This program and the accompanying materials are made available under the
10+ # terms of the Apache License Version 2.0 which is available at
11+ # https://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # SPDX-License-Identifier: Apache-2.0
14+ # *******************************************************************************
15+
216name : Validate & Publish DevContainer
317description : This workflow is checking that for releases, updates do not break stuff and publishes the released container.
418on :
Original file line number Diff line number Diff line change 11# Exported image files shall never be committed.
22/export.img
3+ build /
Original file line number Diff line number Diff line change 11---
2+
3+ # *******************************************************************************
4+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
5+ #
6+ # See the NOTICE file(s) distributed with this work for additional
7+ # information regarding copyright ownership.
8+ #
9+ # This program and the accompanying materials are made available under the
10+ # terms of the Apache License Version 2.0 which is available at
11+ # https://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # SPDX-License-Identifier: Apache-2.0
14+ # *******************************************************************************
15+
216rules :
3- - id : copyright_shell
17+ - id : copyright_shell_yaml
418 patterns :
519 - pattern-regex : |
620 (?s)(.*)
1529 paths :
1630 include :
1731 - ' *.sh'
32+ - ' *.yaml'
33+ - ' *.yml'
Original file line number Diff line number Diff line change 11---
2+
3+ # *******************************************************************************
4+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
5+ #
6+ # See the NOTICE file(s) distributed with this work for additional
7+ # information regarding copyright ownership.
8+ #
9+ # This program and the accompanying materials are made available under the
10+ # terms of the Apache License Version 2.0 which is available at
11+ # https://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # SPDX-License-Identifier: Apache-2.0
14+ # *******************************************************************************
15+
216bazel :
317 # https://github.com/bazelbuild/bazel/releases -- latest version as of 2025-09-24
418 version : 8.4.1
Original file line number Diff line number Diff line change 11---
2+
3+ # *******************************************************************************
4+ # Copyright (c) 2026 Contributors to the Eclipse Foundation
5+ #
6+ # See the NOTICE file(s) distributed with this work for additional
7+ # information regarding copyright ownership.
8+ #
9+ # This program and the accompanying materials are made available under the
10+ # terms of the Apache License Version 2.0 which is available at
11+ # https://www.apache.org/licenses/LICENSE-2.0
12+ #
13+ # SPDX-License-Identifier: Apache-2.0
14+ # *******************************************************************************
15+
216graphviz :
317 version : 2.42.2
418
You can’t perform that action at this time.
0 commit comments