Skip to content

Commit d7d3a74

Browse files
Addresses comment drift on libc6-compat vs gcompat (#41)
Signed-off-by: Adrian Cole <[email protected]>
1 parent a88fdd4 commit d7d3a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://github.com/openzipkin/docker-alpine/workflows/test/badge.svg)](https://github.com/openzipkin/docker-alpine/actions?query=workflow%3Atest)
33

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

77
GitHub Container Registry: [ghcr.io/openzipkin/alpine](https://github.com/orgs/openzipkin/packages/container/package/alpine) includes:
88
* `master` tag: latest commit

build-bin/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ echo "Building Docker image..."
77
build-bin/build
88

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

0 commit comments

Comments
 (0)