docker / docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores
MIT License
1.06k stars 169 forks source link

Did something change with the build process? No longer gzipped tar files? #243

Closed koconnor-ampion closed 1 year ago

koconnor-ampion commented 1 year ago

The release made this morning seems to have changed the file types. The assets used to be GZipped Tar files, but I am seeing this now:

% curl -L -o "docker-credential-pass_archive" "https://github.com/docker/docker-credential-helpers/releases/download/v0.7.0/docker-credential-pass-v0.7.0.linux-amd64"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1740k  100 1740k    0     0  2607k      0 --:--:-- --:--:-- --:--:-- 13.8M
% tar xvf docker-credential-pass_archive 
tar: Error opening archive: Unrecognized archive format
% file docker-credential-pass_archive 
docker-credential-pass_archive: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=u6TbmCFE5xObxvri4zkh/JO5cjrev7EjAwYq3rOMx/SP9moLTg0y44ugD-0poF/lE6QHU_cqsXvJ7ewl_q0, stripped

Is this expected? It is breaking circleci deploys using their docker build orb

-Kevin

crazy-max commented 1 year ago

@koconnor-ampion Same as https://github.com/docker/docker-credential-helpers/issues/242 and also yes no tarball anymore.