Skip to content

Commit

Permalink
fix gdn binary name match in dev-image dockerfile
Browse files Browse the repository at this point in the history
closes #413

Signed-off-by: Rui Yang <ruiya@vmware.com>
  • Loading branch information
Rui Yang committed Feb 9, 2023
1 parent 8a1d1c0 commit e6f36cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN chmod +x /usr/local/bin/dumb-init
# - runc
# - cni plugins
# - iptables (needed by cni plugins)
COPY gdn/gdn-* /usr/local/concourse/bin/gdn
COPY gdn/gdn-[0-9]*.*.* /usr/local/concourse/bin/gdn

# Copies files from the bin directory of the tarball to /usr/local/concourse/bin
ADD containerd/containerd-*-linux-amd64.tar.gz /usr/local/concourse
Expand Down

0 comments on commit e6f36cc

Please sign in to comment.