#!/bin/bash
#
# Copyright (c) 2019-2021 Oracle and/or its affiliates. All rights reserved.
# Licensed under the GNU General Public License Version 3 as shown at https://www.gnu.org/licenses/gpl-3.0.txt.

# NOTE: Since we support 'docker pull' we can never support 'docker tag' as it would give malicious users a way to fake images on the system
docker pull $1
