Skip to content

Commit

Permalink
bump imgpkg version to v0.12.0 (carvel-dev#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand committed Jun 25, 2021
1 parent e530fc7 commit f4fa9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
only: ytt, kapp, kbld, imgpkg, vendir
ytt: v0.31.0
ytt: v0.34.0
kapp: v0.37.0
kbld: v0.30.0
imgpkg: v0.8.0
imgpkg: v0.12.0
vendir: v0.19.0
- name: Run Tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN wget -O- https://github.com/vmware-tanzu/carvel-kbld/releases/download/v0.30
echo "76c5c572e7a9095256b4c3ae2e076c370ef70ce9ff4eb138662f56828889a00c /usr/local/bin/kbld" | sha256sum -c - && \
chmod +x /usr/local/bin/kbld && kbld version

RUN wget -O- https://github.com/vmware-tanzu/carvel-imgpkg/releases/download/v0.8.0/imgpkg-linux-amd64 > /usr/local/bin/imgpkg && \
echo "d998c1628c5956ffc84b36f23bec6fd0145977e76f3c02a0c28962e6f8f233c2 /usr/local/bin/imgpkg" | sha256sum -c - && \
RUN wget -O- https://github.com/vmware-tanzu/carvel-imgpkg/releases/download/v0.12.0/imgpkg-linux-amd64 > /usr/local/bin/imgpkg && \
echo "725ea938c22559efe84523e35246f206830451b37d931a0ad9c76258f22744fd /usr/local/bin/imgpkg" | sha256sum -c - && \
chmod +x /usr/local/bin/imgpkg && imgpkg version

RUN wget -O- https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.19.0/vendir-linux-amd64 > /usr/local/bin/vendir && \
Expand Down

0 comments on commit f4fa9fd

Please sign in to comment.