Skip to content

temporarily revert ci: Add bin-image workflow #4785

Merged
neersighted merged 2 commits intodocker:masterfrom
thaJeztah:revert_bin_image
Jan 12, 2024
Merged

temporarily revert ci: Add bin-image workflow #4785
neersighted merged 2 commits intodocker:masterfrom
thaJeztah:revert_bin_image

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

Looks like 6ad07f2 caused the docker-ce-packaging scripts to fail; 6ad07f2#r1450359984

dest=$PWD/build/mac; cd /home/ubuntu/workspace/release-packaging_ce-nightly/packaging/src/github.com/docker/cli/build && for platform in *; do \
	arch=$(echo $platform | cut -d_ -f2); \
	mkdir -p $dest/$arch/docker; \
	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
	tar -C $dest/$arch -c -z -f $dest/$arch/docker-25.0.0-rc.2.tgz docker; \
done
cp: cannot stat 'darwin_amd64/docker-darwin-*': No such file or directory
cp: cannot stat 'darwin_arm64/docker-darwin-*': No such file or directory

- A picture of a cute animal (not mandatory but encouraged)

This reverts commit 15d4c99.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Looks like this change caused docker-ce-packaging to fail;

    dest=$PWD/build/mac; cd /home/ubuntu/workspace/release-packaging_ce-nightly/packaging/src/github.com/docker/cli/build && for platform in *; do \
        arch=$(echo $platform | cut -d_ -f2); \
        mkdir -p $dest/$arch/docker; \
        cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
        tar -C $dest/$arch -c -z -f $dest/$arch/docker-25.0.0-rc.2.tgz docker; \
    done
    cp: cannot stat 'darwin_amd64/docker-darwin-*': No such file or directory
    cp: cannot stat 'darwin_arm64/docker-darwin-*': No such file or directory

This reverts commit 6ad07f2.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #4785 (1609916) into master (688de6d) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4785      +/-   ##
==========================================
- Coverage   59.61%   59.60%   -0.01%     
==========================================
  Files         288      286       -2     
  Lines       24785    24782       -3     
==========================================
- Hits        14775    14771       -4     
  Misses       9122     9122              
- Partials      888      889       +1     

@neersighted neersighted merged commit 1fc6ef9 into docker:master Jan 12, 2024
@thaJeztah thaJeztah deleted the revert_bin_image branch January 12, 2024 21:46
@thaJeztah thaJeztah self-assigned this Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants