Skip to content

Commit

Permalink
testing: refresh base CentOS 7 Docker image
Browse files Browse the repository at this point in the history
Apparently I did this on November 1 last year too. Must be something
about November 1 making me want to update the v-c-t environment.

This change results in the elimination of ~159 package updates when
running `yum update`, making fresh image builds substantially faster.

--HG--
extra : amend_source : 2c0dd2208ca89baef61dfa3593c6061a5b8b701b
  • Loading branch information
indygreg committed Nov 1, 2018
1 parent d686d09 commit 1267c1c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testing/docker/builder-ansible-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

FROM secure:mozsecure:centos7:sha256 9f2f77ffd1614d29e5cc403c677eb726ede859f78e16017d608593cbbc3f0d2e:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20171101-docker.tar.xz
FROM secure:mozsecure:centos7:sha256 48cc2d545136115b38f38ee5f80d51db391fee2610f8300b280b35422db63af7:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20181101-docker.tar.xz

RUN yum update -y && \
yum install -y \
Expand Down
2 changes: 1 addition & 1 deletion testing/docker/builder-hgweb-chroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Builds a Python chroot suitable for hgweb.

FROM secure:mozsecure:centos7:sha256 9f2f77ffd1614d29e5cc403c677eb726ede859f78e16017d608593cbbc3f0d2e:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20171101-docker.tar.xz
FROM secure:mozsecure:centos7:sha256 48cc2d545136115b38f38ee5f80d51db391fee2610f8300b280b35422db63af7:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20181101-docker.tar.xz

RUN yum update -y

Expand Down
2 changes: 1 addition & 1 deletion testing/docker/builder-ldap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# This is a Docker container for running a Mozilla flavored LDAP server.

FROM secure:mozsecure:centos7:sha256 9f2f77ffd1614d29e5cc403c677eb726ede859f78e16017d608593cbbc3f0d2e:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20171101-docker.tar.xz
FROM secure:mozsecure:centos7:sha256 48cc2d545136115b38f38ee5f80d51db391fee2610f8300b280b35422db63af7:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20181101-docker.tar.xz

RUN yum update -y && yum install -y openldap-servers sudo && yum clean all

Expand Down
2 changes: 1 addition & 1 deletion testing/docker/builder-pulse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM secure:mozsecure:centos7:sha256 9f2f77ffd1614d29e5cc403c677eb726ede859f78e16017d608593cbbc3f0d2e:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20171101-docker.tar.xz
FROM secure:mozsecure:centos7:sha256 48cc2d545136115b38f38ee5f80d51db391fee2610f8300b280b35422db63af7:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20181101-docker.tar.xz

ENV RABBITMQ_CONFIG_FILE /etc/rabbitmq/rabbitmq

Expand Down
2 changes: 1 addition & 1 deletion testing/docker/builder-vct/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# This container holds a copy of all vct data.

FROM secure:mozsecure:centos7:sha256 9f2f77ffd1614d29e5cc403c677eb726ede859f78e16017d608593cbbc3f0d2e:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20171101-docker.tar.xz
FROM secure:mozsecure:centos7:sha256 48cc2d545136115b38f38ee5f80d51db391fee2610f8300b280b35422db63af7:https://s3-us-west-2.amazonaws.com/moz-packages/docker-images/centos-7-20181101-docker.tar.xz

RUN yum update -y && yum install -y rsync && yum clean all

Expand Down

0 comments on commit 1267c1c

Please sign in to comment.