Skip to content

Commit

Permalink
chore: upgrade skopeo
Browse files Browse the repository at this point in the history
Co-authored-by: ygqygq2 <[email protected]>
  • Loading branch information
ygqygq2 committed Oct 24, 2024
1 parent 424b22b commit 1ccea23
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/docker-image-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,20 @@ jobs:
- name: Install latest skopeo
run: |
echo -e "${PURPLE}> 🚜 Installing skopeo ${BLANK}"
sudo mkdir -p /usr/local/src/github.com/containers
sudo apt-get update
sudo apt-get install -y \
btrfs-progs \
libassuan-dev \
libbtrfs-dev \
libdevmapper-dev \
libgpgme-dev \
libgpg-error-dev \
go-md2man \
libseccomp-dev \
libselinux1-dev \
pkg-config \
runc \
uidmap
sudo git clone https://github.com/containers/skopeo /tmp/skopeo
cd /tmp/skopeo && sudo make bin/skopeo
skopeo_path=$(which skopeo)
Expand Down

0 comments on commit 1ccea23

Please sign in to comment.