Skip to content

Commit ad298d6

Browse files
authored
Update Dockerfiles to use loongcollector-build-linux version 2.1.13 (#2493)
* Update Dockerfiles to use loongcollector-build-linux version 2.1.13 Change-Id: I46d68cd0d18f263daabbd39407229701e9552934 Co-developed-by: Cursor <noreply@cursor.com> * Update Dockerfiles to use loongcollector-build-linux version 2.1.13 Change-Id: I0148471cc76cc69dbcefbb1f8d1a427ab9ded7d7 Co-developed-by: Cursor <noreply@cursor.com>
1 parent 2945a62 commit ad298d6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12
15+
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13
1616

1717
ARG USERNAME=admin
1818
ARG USER_PASSWORD

.devcontainer/Dockerfile.lldb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.10.3
15+
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13
1616

1717
ARG USERNAME=admin
1818
ARG USER_PASSWORD

docker/Dockerfile_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12 AS build
15+
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13 AS build
1616

1717
USER root
1818
WORKDIR /src

docker/Dockerfile_coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12
15+
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13
1616

1717
USER root
1818
WORKDIR /src

docker/Dockerfile_development_part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12
15+
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13
1616

1717
ARG HOST_OS=Linux
1818
ARG VERSION=0.0.1

docker/Dockerfile_edge_linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################################################################
22
# Step 1: Build
33
#########################################################################################################################
4-
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12 AS builder
4+
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13 AS builder
55

66
# Build arguments
77
ARG VERSION=edge

docs/cn/developer-guide/development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ go install ...
8484

8585
```json
8686
{
87-
"image": "sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12",
87+
"image": "sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13",
8888
"customizations": {
8989
"vscode": {
9090
"extensions": [
@@ -190,7 +190,7 @@ cp -a ./core/build/go_pipeline/libGoPluginAdapter.so ./output
190190
```bash
191191
docker run --name loongcollector-build -d \
192192
-v `pwd`:/src -w /src \
193-
sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.12 \
193+
sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/loongcollector-community-edition/loongcollector-build-linux:2.1.13 \
194194
bash -c "sleep infinity"
195195
```
196196

0 commit comments

Comments
 (0)