-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66eafb3
commit d040dbd
Showing
18 changed files
with
49 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# loongcollector-0.2.0 | ||
|
||
## Changes | ||
|
||
All issues and pull requests are [here](https://github.com/alibaba/ilogtail/milestone/25). | ||
|
||
### Features | ||
|
||
- [inner] [both] [updated] Support SLS Metricstore output | ||
|
||
### Fixed | ||
|
||
|
||
### Doc | ||
|
||
|
||
## Download | ||
|
||
| **Filename** | **OS** | **Arch** | **SHA256 Checksum** | | ||
| ---- | ---- | ---- | ---- | | ||
|[ilogtail-loongcollector-0.2.0.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/loongcollector-0.2.0/ilogtail-loongcollector-0.2.0.linux-amd64.tar.gz)|Linux|x86-64|[ilogtail-loongcollector-0.2.0.linux-amd64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/loongcollector-0.2.0/ilogtail-loongcollector-0.2.0.linux-amd64.tar.gz.sha256)| | ||
|[ilogtail-loongcollector-0.2.0.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/loongcollector-0.2.0/ilogtail-loongcollector-0.2.0.linux-arm64.tar.gz)|Linux|arm64|[ilogtail-loongcollector-0.2.0.linux-arm64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/loongcollector-0.2.0/ilogtail-loongcollector-0.2.0.linux-arm64.tar.gz.sha256)| | ||
|[ilogtail-loongcollector-0.2.0.windows-amd64.zip](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/loongcollector-0.2.0/ilogtail-loongcollector-0.2.0.windows-amd64.zip)|Windows|x86-64|[ilogtail-loongcollector-0.2.0.windows-amd64.zip.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/loongcollector-0.2.0/ilogtail-loongcollector-0.2.0.windows-amd64.zip.sha256)| | ||
|
||
## Docker Image | ||
|
||
**Docker Pull Command** | ||
``` bash | ||
docker pull sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail:loongcollector-0.2.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
FROM --platform=$TARGETPLATFORM debian:bookworm as build | ||
ARG VERSION=0.0.1 | ||
ARG VERSION=loongcollector-0.2.0 | ||
ARG TARGETPLATFORM | ||
ARG UID=65532 | ||
WORKDIR /usr/local | ||
|
@@ -31,7 +31,7 @@ LABEL org.opencontainers.image.authors="[email protected], [email protected] | |
COPY --from=build /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0 /lib/x86_64-linux-gnu/libuuid.so.1 | ||
|
||
ARG HOST_OS=Linux | ||
ARG VERSION=0.0.1 | ||
ARG VERSION=loongcollector-0.2.0 | ||
ARG TARGETPLATFORM | ||
|
||
COPY --from=build --chown=$UID:$UID /usr/local/loongcollector /usr/local/loongcollector | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters