Skip to content

Commit

Permalink
v0.14.2 - new base docker image (#61)
Browse files Browse the repository at this point in the history
Updating to new base docker image
  • Loading branch information
karticus authored Sep 22, 2023
1 parent 9989f4a commit e92f968
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/lightstep/telemetry-generator/compare/v0.13.0...HEAD)

## [0.14.2](https://github.com/lightstep/telemetry-generator/compare/v0.14.1...v0.14.2) - 2023-8-16
### Fixed
* Update docker base image to `stable-slim`

## [0.14.1](https://github.com/lightstep/telemetry-generator/compare/v0.14.0...v0.14.1) - 2023-8-16
### Fixed
* Do not use cache when building docker image
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN sed -i -e "s/\${TAG}/$TAG/g" /build/config/builder-config.yml

RUN builder --config /build/config/builder-config.yml

FROM debian:stretch-slim
FROM debian:stable-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ version for the 10 most recent telemetry-generator versions.

| Telemetry Generator | OpenTelemetry Collector |
|---------------------|-------------------------|
| v0.14.2 | v0.83.0 |
| v0.14.1 | v0.83.0 |
| v0.14.0 | v0.83.0 |
| v0.13.0 | v0.83.0 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.14.2

0 comments on commit e92f968

Please sign in to comment.