Skip to content

Commit 835a177

Browse files
dselvara1GitHub Enterprise
authored andcommitted
Merge pull request #776 from mq-cloudpak/sdp-rm-dockerio-v941
Remove dockerhub reference in build code
2 parents ec8184a + 6804111 commit 835a177

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docker-builds/skopeo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
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
1616
RUN yum install skopeo -y -qq
1717
ENTRYPOINT [ "skopeo" ]

travis-build-scripts/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ set -e
1818

1919
if [ "$(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-
2421
if [ "$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

0 commit comments

Comments
 (0)