Repository: bigtop Updated Branches: refs/heads/master 853c25b6a -> 6ede02d43
BIGTOP-2872:Replace aarch64 orgnanization with the more-specific arm64v8 organization in Official docker Jira: ENTWLS-414 Change-Id: Ifa3c9b8a4eda1e38cc401c1ee8f89d3028b6de53 Signed-off-by: Yuqi Gu <[email protected]> Signed-off-by: Evans Ye <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6ede02d4 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6ede02d4 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6ede02d4 Branch: refs/heads/master Commit: 6ede02d43eabfcd438361f1cec2e2c24b648fc1f Parents: 853c25b Author: Yuqi Gu <[email protected]> Authored: Fri Aug 18 08:47:55 2017 +0000 Committer: Evans Ye <[email protected]> Committed: Thu Aug 24 20:48:55 2017 +0800 ---------------------------------------------------------------------- docker/bigtop-puppet/debian-8-aarch64/Dockerfile | 2 +- docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/6ede02d4/docker/bigtop-puppet/debian-8-aarch64/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/debian-8-aarch64/Dockerfile b/docker/bigtop-puppet/debian-8-aarch64/Dockerfile index f31781d..4cb40f8 100644 --- a/docker/bigtop-puppet/debian-8-aarch64/Dockerfile +++ b/docker/bigtop-puppet/debian-8-aarch64/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM aarch64/debian:jessie +FROM arm64v8/debian:8 MAINTAINER [email protected] COPY puppetize.sh /tmp/puppetize.sh http://git-wip-us.apache.org/repos/asf/bigtop/blob/6ede02d4/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile b/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile index c911446..194d4fc 100755 --- a/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile +++ b/docker/bigtop-puppet/ubuntu-16.04-aarch64/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM aarch64/ubuntu:16.04 +FROM arm64v8/ubuntu:16.04 MAINTAINER Amir Sanjar COPY puppetize.sh /tmp/puppetize.sh
