Skip to content

Commit

Permalink
Update docker images tags to LLVM6
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Jul 17, 2018
1 parent 10e729a commit 68e67a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ubuntu_docker_publish: Dockerfile-ubuntu.$(PLATFORM).tag
docker push $(CONTAINER_NAME_TAG)

ARCH_NAME ?= $(shell uname -m)
DOCKER_IMAGE_TAG ?= 0.6.0-PR-1147.4
DOCKER_IMAGE_TAG ?= 0.6.0-PR-1010.3
CENTOS_DOCKER_IMAGE_NAME ?= docker.h2o.ai/opsh2oai/datatable-build-$(ARCH_NAME)_centos7:$(DOCKER_IMAGE_TAG)
UBUNTU_DOCKER_IMAGE_NAME ?= docker.h2o.ai/opsh2oai/datatable-build-$(ARCH_NAME)_ubuntu:$(DOCKER_IMAGE_TAG)

Expand Down
2 changes: 1 addition & 1 deletion ci/Jenkinsfile2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RELEASE_BRANCH_PREFIX = 'rel-'
CREDS_ID = 'h2o-ops-personal-auth-token'
GITCONFIG_CRED_ID = 'master-gitconfig'
RSA_CRED_ID = 'master-id-rsa'
DOCKER_IMAGE_TAG = '0.6.0-PR-1147.4'
DOCKER_IMAGE_TAG = '0.6.0-PR-1010.3'
X86_64_CENTOS_DOCKER_IMAGE = "docker.h2o.ai/opsh2oai/datatable-build-x86_64_centos7:${DOCKER_IMAGE_TAG}"
EXPECTED_SHAS = [
files : [
Expand Down

0 comments on commit 68e67a8

Please sign in to comment.