This repository was archived by the owner on Jan 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- # oci-image-tool [ ![ Build Status] ( https://travis-ci.org/opencontainers/image-tools.svg?branch=master )] ( https://travis-ci.org/opencontainers/image-tools )
1+ # oci-image-tool [ ![ Build Status] ( https://travis-ci.org/opencontainers/image-tools.svg?branch=master )] ( https://travis-ci.org/opencontainers/image-tools ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/opencontainers/image-tools )] ( https://goreportcard.com/report/github.com/opencontainers/image-tools )
22
33` oci-image-tool ` is a collection of tools for working with the [ OCI image format specification] ( https://github.com/opencontainers/image-spec ) .
44
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ func TestUnpackLayer(t *testing.T) {
169169 testUnpackLayer (t , "bzip2" , false )
170170}
171171
172- func TestUnpackLayerRemovePartialyUnpackedFile (t * testing.T ) {
172+ func TestUnpackLayerRemovePartiallyUnpackedFile (t * testing.T ) {
173173 // generate a tar file has duplicate entry which will failed on unpacking
174174 tmp1 , err := ioutil .TempDir ("" , "test-layer" )
175175 if err != nil {
You can’t perform that action at this time.
0 commit comments