Skip to content

Commit

Permalink
Merge pull request #8736 from fasaxc/v3.28-img-license
Browse files Browse the repository at this point in the history
Add license to non-AMD64 docker images.
  • Loading branch information
fasaxc committed Apr 19, 2024
2 parents 1292d2d + f092162 commit ae18e51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ COPY --from=bird /bird* /bin/
# Copy in the filesystem - this contains felix, calico-bgp-daemon etc...
COPY filesystem/ /

# Add in top-level license file
COPY LICENSE /licenses/LICENSE

# Copy in the calico-node binary
COPY dist/bin/calico-node-${ARCH} /bin/calico-node

Expand Down
3 changes: 3 additions & 0 deletions node/Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ COPY --from=bird /bird* /bin/
# Copy in the filesystem - this contains felix, calico-bgp-daemon etc...
COPY filesystem/ /

# Add in top-level license file
COPY LICENSE /licenses/LICENSE

# Copy in the calico-node binary
COPY dist/bin/calico-node-${ARCH} /bin/calico-node

Expand Down

0 comments on commit ae18e51

Please sign in to comment.