Skip to content

Commit

Permalink
We are not the authors of docker-image-extract ...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored Dec 6, 2024
1 parent 330fc80 commit b063f50
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions helpers/vendor/docker-image-extract/docker-image-extract
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
#!/usr/bin/env bash
#
# Copyright (c) 2024 YunoHost Contributors
#
# This file is part of YunoHost (see https://yunohost.org)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

# This script pulls and extracts all files from an image in Docker Hub.
#
Expand Down Expand Up @@ -303,4 +285,4 @@ for layer in $layers; do
IFS="${OLD_IFS}"
done
echo "Image contents extracted into ${OUT_DIR}."
echo "Image contents extracted into ${OUT_DIR}."

0 comments on commit b063f50

Please sign in to comment.