File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM fedora:32
15+ FROM registry.fedoraproject.org/ fedora:32
1616RUN yum install skopeo -y -qq
1717ENTRYPOINT [ "skopeo" ]
Original file line number Diff line number Diff line change 1818
1919if [ " $( uname -m) " = " x86_64" ] ; then export ARCH=" amd64" ; else export ARCH=$( uname -m) ; fi
2020
21- # if DOCKER_USER is set, authenticate with docker.io to mitigate rate limit (https://www.docker.com/increase-rate-limits)
22- if [ -n " $DOCKER_USER " ] ; then echo ' Authenticating with docker.io...' && docker login -u $DOCKER_USER -p $DOCKER_PASS docker.io ; fi
23-
2421if [ " $PUSH_MANIFEST_ONLY " = true ] ; then
2522 echo ' Retrieving remote tagcache' && echo -en ' travis_fold:start:retrieve-tag-cache\\r'
2623 ./travis-build-scripts/artifact-util.sh -c ${CACHE_PATH} -u ${REPOSITORY_USER} -p ${REPOSITORY_CREDENTIAL} -f cache/${TAGCACHE_FILE} -l ./.tagcache --get
You can’t perform that action at this time.
0 commit comments