Skip to content

Commit

Permalink
Merge pull request #517 from solarwinds/feature/NH-68604-using-right-…
Browse files Browse the repository at this point in the history
…base

NH-68604: Updating base image to alpine:18
  • Loading branch information
gantrior authored Dec 15, 2023
2 parents 8bfa87a + 9e632c6 commit fa48408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM base as wrapper
WORKDIR /src/src/wrapper
RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o /bin/wrapper && chmod +x /bin/wrapper

FROM alpine:3.19
FROM alpine:3.18
RUN apk --update add ca-certificates

ARG USER_UID=10001
Expand Down
2 changes: 1 addition & 1 deletion build/docker/structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ commandTests:
- name: "swi-otelcol is working in the image"
command: "/swi-otelcol"
args: ["-v"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.8.13"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.9.1"]
2 changes: 1 addition & 1 deletion build/swi-k8s-opentelemetry-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
name: swi-k8s-opentelemetry-collector
description: "SolarWinds distribution for OpenTelemetry"
otelcol_version: "0.81.0"
version: "0.8.13"
version: "0.9.1"
exporters:
- gomod: go.opentelemetry.io/collector/exporter/otlpexporter v0.81.0

Expand Down

0 comments on commit fa48408

Please sign in to comment.