Skip to content

Commit

Permalink
Addresses comment drift on libc6-compat vs gcompat (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Dec 12, 2023
1 parent a88fdd4 commit d7d3a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://github.com/openzipkin/docker-alpine/workflows/test/badge.svg)](https://github.com/openzipkin/docker-alpine/actions?query=workflow%3Atest)

`ghcr.io/openzipkin/alpine` is a minimal [Alpine Linux](https://alpinelinux.org) image including
CA certs and libc6-compat.
CA certs and gcompat.

GitHub Container Registry: [ghcr.io/openzipkin/alpine](https://github.com/orgs/openzipkin/packages/container/package/alpine) includes:
* `master` tag: latest commit
Expand Down
2 changes: 1 addition & 1 deletion build-bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ echo "Building Docker image..."
build-bin/build

echo "Verifying Docker image..."
# Invoke a binary in libc6-compat to ensure arch matches
# Invoke a binary in gcompat to ensure arch matches
docker run --rm openzipkin/alpine:test -c 'ldd /lib/libz.so.1'

0 comments on commit d7d3a74

Please sign in to comment.