[CentOS-announce] Docker Index image builds updated to 20140726

2014-07-30 Thread Jim Perrin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The CentOS images included in the docker index have been bumped to
build 20140726.

Fixes
=

This update resolves:
1. glibc locale errors for non-root users and applications for both
CentOS-6 and CentOS-7.
2. libselinux multilib errors on some yum install actions for CentOS-6.
3. iputils and iproute are now included in the base install.
4. Includes recent updates current to 20140726.


Usage
=

If you are using the CentOS images from the docker index, please run
'docker pull centos' to get the updates. After updating, you may need
to rebuild your application images.



Additional Information
==
For detailed information or to see the code differences used in
building the images, please see
https://github.com/CentOS/sig-cloud-instance-build



- -- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJT2RpiAAoJEBbHyC76Ca13XxoP/2wWyNPec+K2pdjdW4odFqUv
0YH+G1kfAocTOJL+rjTCrH4mp2TvijEwgk6F9zfXgYS/Orb32KOIbtDepYlhH6oU
2VohgkxdbSjLqptp7tDQuee4fmRmz+YCgfl2C6HXAoIRFA2VEf+At+83RgV3kQgq
/yVE7eJuXoDsqw+hT2rI+hibhZm6IrAf0VWbOVnvrXAz6kGKrY7jnNMGfyUaboQv
axTryFCy3G6dmlbuN9ojeNX108GsXXys9LE8/ODTji5CY+90IM0h/gNVzmIkYmjK
NqC7w+DUVoB/1DYMPMGTZ0DiDWwsjbRJOQ28vwfm8CzpNdzvHJOCQqQkR3sNMvQn
gp/ypFSQNWKiAs1shkW5FYPsn5q2VU7QchqLDTUZeDaEuxq3oYfuBnQH1sOW8v8W
OSSPJTF6j76Lc/iBwHDVRhVJGAiux1V/uaMrdH3TqQEZMKw7SmsCNhNBFQITbGgq
7GMyecM2r6s+eX9O6Rf/jkHveimxoDPa+Z4OcGfPpMD1tZg/zjFse0aQnhn8tjp7
DNiSt3SatBlMfU/wzc0FL9iNVGiq3U22XZZYMQ1ntE5FA+mFDzepGY2GP3cTdBHA
CdufkMz77HiAAfIpsD0CF8VnjQcqJWBfnribD5AkJNAjJGXfteiz2Gti5TImPzJb
k3A6cEqPXaqn5Ztqdwzi
=vglE
-END PGP SIGNATURE-
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CentOS-7 disk images for AArch64 Platforms

2015-05-14 Thread Jim Perrin
We've produced a disk image intended to help hardware vendors and
enthusiasts who are interested in bringing CentOS to their AArch64 based
platform. This allows a vendor to bypass the installer or to edit the
disk image before booting in order to test kernel modules or options. It
is intended for development purposes only, and will only continue
through the alpha and beta test phases.



## Download

http://buildlogs.centos.org/centos/7/isos/aarch64/


## Considerations

 * This image is 12GB when uncompressed. Please ensure you have enough
   free space

 * The default root password is 'centos'. Please see the readme in the
above directory for the kickstart used to create the image.

 * You will need to add the appropriate boot information in a UEFI entry
   after using this image, since the installer traditionally handles
   this.


## Burning the image to disk

You may simply dd this image to disk, however for the sake of ensuring
that it is written correctly, we recommend the following command. Please
replace the image-name and target device with the appropriate values for
your environment.


```
dd if=image-name.img of=/dev/sdX bs=2m conv=fsync  sync;
```

## Growing the disk image.

The root partition of this image was intentionally placed at the end of
the image so that it could be easily grown. A simple command for growing
the image is listed below


```
sudo sgdisk -e -d4 -n4:0:0  /dev/your-device
```


## Examining and editing the image

The kpartx tool is very handy for manipulating disk images. Some example
commands are below. Please read the documentation for kpartx before you
modify the disk image.


 * kpartx -l CentOS-7-1503-aarch64.img # List partitions in the image
 * kpartx -a -v CentOS-7-1503-aarch64.img # Add partition mappings
 * mount /dev/mapper/loop1p1 /mnt # mount the first partition to /mnt
 * umount /mnt # unmount /mnt, obviously.
 * kpartx -d -v CentOS-7-1503-aarch64.img # remove partition mappings


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CentOS-7 beta candidate for AArch64 platforms

2015-05-27 Thread Jim Perrin
We are pleased to announce the public beta release of CentOS Linux 7 for
AArch64 compatible hardware.

We've addressed a number of issues discovered from the previous 2 weeks
of alpha testing, and feel that the release is stable enough to
transition to beta.


Improvements from Alpha
===

Improved package selection: A number of additional packages have been
added, including libreoffice, evolution, abrt, and more.

Updated kernel: Some non-fatal kernel errors have been address by moving
to a 4.1rc based kernel version. This also adds ACPI functionality to
the platform.

Improved Group selection: The installer now offers a larger group
selection from the previous minimal-only install.


Installation

Installation guides and documentation will be provided via the CentOS
wiki, at http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64


Download

The full (unsigned) install tree is available at
http://buildlogs.centos.org/centos/7/os/aarch64/



Contributing

The AArch64 effort is meant to be a community effort as part of the
AltArch SIG (http://wiki.centos.org/SpecialInterestGroup/AltArch), and
we welcome enthusiasts and vendors to contribute patches, fixes,
documentation, etc. In the AArch64 Extras repository, we have provided
the mock package and dependencies so that community members can more
easily contribute, as well as testing their own builds locally. Please
submit patches, fixes, etc to the Arm-Dev list
(http://lists.centos.org/mailman/listinfo/arm-dev) for discussion and
acceptance.

We encourage vendors to come and join this effort, we have a loose
organization focused on the alternative architectures build process and
welcome interaction at the group level. Please get in touch with me
(jper...@centos.org)  or K Singh ( kbsi...@centos.org ) to find out more
details.

The wider CentOS Ecosystem is also welcome to engage with us, both at
the project and code level. If you are working with a project that
interfaces, manages or develops on top of CentOS, specially in the
virtualization, cloud, container and infrastructure management areas -
we would love to have you guys get involved. While we don't have a lot
of resources, we are working with a few vendors to build up a community
resource pool that we would encourage other projects to share their
development, testing and delivery around CentOS Linux for aarch64.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CentOS Linux for AArch64 Beta2

2015-07-06 Thread Jim Perrin
We are pleased to announce the second public beta release of CentOS
Linux 7 for the AArch64 platform.

This release contains fixes and code updates provided in the RHELSA
source code recently published to git.centos.org as well as rolling
previous updates into the installer.

We intend to have a 'Gold' release very soon unless a blocker bugs are
reported, so please test this release.


Improvements since the initial Beta
===

The 4.1rc kernel has been removed in favor of the 3.19 kernel as it
contains some additional functionality by default. The 4.x kernel will
be available later as a -plus kernel.

Installation/Everything ISO is now available. We're currently offering
an Everything ISO that can be used for usb based installation if
desired. This iso is currently too large for standard DVD media, and so
is best used via usb media.

Many updated packages, including core packages likebzip2, dbus, grub2,
libaio, and more.



Download

The full (unsigned) install tree is available at
http://buildlogs.centos.org/centos/7/os/aarch64/

Everything-ISO is available at
http://buildlogs.centos.org/centos/7/isos/aarch64/CentOS-7-aarch64-Everything-beta.iso


Installation

Installation guides and documentation will be provided via the CentOS
wiki, at http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64



Update procedures for existing installations

Because the kernel version has been rolled back from 4.x to 3.19, you
will need to take some additional steps to update.

1. yum -y update
2. yum distro-sync # This will roll back the installed kernel packages
3. yum remove kernel-core kernel-modules # cleans up kernel leftovers.
4. reboot to new kernel




Contributing

The AArch64 effort is meant to be a community effort as part of the
AltArch SIG (http://wiki.centos.org/SpecialInterestGroup/AltArch), and
we welcome enthusiasts and vendors to contribute patches, fixes,
documentation, etc. In the AArch64 Extras repository, we have provided
the mock package and dependencies so that community members can more
easily contribute, as well as testing their own builds locally. Please
submit patches, fixes, etc to the Arm-Dev list
(http://lists.centos.org/mailman/listinfo/arm-dev) for discussion and
acceptance.

We encourage vendors to come and join this effort, we have a loose
organization focused on the alternative architectures build process and
welcome interaction at the group level. Please get in touch with me
(jper...@centos.org)  or K Singh ( kbsi...@centos.org ) to find out more
details.

The wider CentOS Ecosystem is also welcome to engage with us, both at
the project and code level. If you are working with a project that
interfaces, manages or develops on top of CentOS, specially in the
virtualization, cloud, container and infrastructure management areas -
we would love to have you guys get involved. While we don't have a lot
of resources, we are working with a few vendors to build up a community
resource pool that we would encourage other projects to share their
development, testing and delivery around CentOS Linux for aarch64.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] Release for CentOS 7 on AArch64

2015-08-03 Thread Jim Perrin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We would like to announce the general availability of CentOS Linux 7
for AArch64 compatible machines.

This is the first major release of CentOS Linux 7 for ARM/AArch64
produced by the AltArch Special Interest Group. This release uses a
3.19 based kernel as well as incorporating fixes and updates provided
through-out the beta process. This release is built from sources
available at git.centos.org from the c7, c7-ppc64le, and c7-aarch64
branches.



Installation


This release provides media for a network install, as well as an
Everything ISO that can be used for USB based installation if desired.
This ISO is currently too large for standard DVD media, and so is best
used via USB media. Additionally, a compressed disk image has been
provided for rapid deployments of a development environment.


Downloads
=

Everything iso:
http://mirror.centos.org/altarch/7/isos/aarch64/CentOS-7-aarch64-Everyth
ing.iso
sha256sum:
9294f741b4d63fd858e9234b86825fd214c1a86f91b9058d4d6440f96687a7a1
NetInstall iso:
http://mirror.centos.org/altarch/7/isos/aarch64/CentOS-7-aarch64-NetInst
all.iso
sha256sum:
1cd1bab57dbc49d43efd5fe540e02147814e0facaaeae26e3bedf9a317d24d7a
Disk Image:
http://mirror.centos.org/altarch/7/isos/aarch64/CentOS-7-aarch64.img.xz
sha256sum:
43930834944b3ac9c9348cc03ca1be215f5f96f3d6bd1a4100feaa34a92c1b69


Directions and Help
===

Hardware specific installation instructions can be found at
http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64

Disk Image user/password information as well as the kickstart used to
generate it is contained README at
http://mirror.centos.org/altarch/7/isos/aarch64/ReadMe.txt


- -- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJVwEPEAAoJEBbHyC76Ca13i4gQAMJ6K4Jaju0lbnLeLUqJN9xz
4cxqM3VH3rqkMSZVHFzJis5OID8Q1DTzKsaugSxWS/FNoG7xyl1HrHqfm8i5RLii
WVZ9unxzJCIfMDPQ4Bd0AkkBgnNpFfI+0SZx1TWmbrNfcaN6qgQPzUHX03akBUh3
fSAsesMJy1WSEYz+mmStKercwJmO/bgbgQ5Y11cmcWo5S/OYBP87bpgJQCje7zUN
lZDXG+pdpq+U801MeqpXNVqUazUFN7VuXq9p+8ZwTaw9gNdPIJpwBwM5YdptELSh
2q/ORbvT6s73FkFI0FNjEOzgbCUme47J4vvhvPOw8EksyuNVFQRoAaTLCf25wJTb
VKm0ndnKMfnnjl/8+7cVkcGjJS0weavExTXqeYwxSb58jTn6E/aAa6yUj1XQkb2i
AydUBLhPzpuhvxy/G6QLJMGVUZL/fe9g+4cbMFUatp0Vyrv2GlBeCAQTSEiq8puz
76ByH3z/aXkN8qkPmlQc9ruFYidlm6l5dWT4pws1KL6lWbRC10z+SD2TVTZ2A7Eq
WE2KCvmFRL1ai2TzuIVF8WLUDtfT6P0ZzkH+guz01sCTq8GCaORyn3fX/hmnqn95
S5fAg+/IbEri4T/r84/Ervy9DekyZfGW2YTfHQX4Kp1fDd5AghYgmXAvIeAV6+Ke
4xMMY5b/TI1op1UigvYl
=+QdN
-END PGP SIGNATURE-
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] Release for CentOS 7.3.1611 on ARM64/AArch64

2017-01-04 Thread Jim Perrin
I am pleased to announce the general availability of CentOS Linux 7
(1611) for AArch64/ARM64 machines.


== Changes
The kernel has been rebased from 4.2.0 to 4.5.0, and includes several
patches recently merged into the upstream. The kernel patches and
modifications can be found at
https://git.centos.org/summary/sig-altarch!kernel.git in the
sig-altarch7-aarch64 branch.



== Download
You can download new images and isos via
http://mirror.centos.org/altarch/7/isos/aarch64/

Images and sha256sums:
1513f5325accfd32ac7973a9b24e401c829ece24da78e24d021e507e877f930e
CentOS-7-aarch64-Everything.iso
f7ae6bae6c2cc177134d7f8f3808e0f457537c4cd48a119620f50d18ff7bb908
CentOS-7-aarch64.img.xz
48776338f8c8994a9499f07e3af847253cf7235c6aac635a8418a2028ec675cf
CentOS-7-aarch64-NetInstall.iso
f7ae6bae6c2cc177134d7f8f3808e0f457537c4cd48a119620f50d18ff7bb908
CentOS-7-aarch64-rolling.img.xz
238b1ebf22a0ff894064e6ed2ac35ee02a6503657a40ad51f2eee7afc8229e75
CentOS-7-aarch64-rootfs-7.3.1611.tar.xz


== Known Issues
1. Mustang based boards must be on the most recent firmware version,
otherwise the network may lose connectivity when using 4.5.0-19+ based
kernels. Please ensure your hardware is running the most recent firmware
available to avoid network issues.

2. Merlin based boards should be on the most recent firmware version, in
order to take full advantage of recent kernel improvements.

3. Some ThunderX based boards have been reported to have MAC address
inconsistency when using older firmware versions. Please make sure you
have the most recent firmware applied to your hardware to avoid network
issues.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] Release for CentOS 7.4.1708 for AArch64/ARM64

2017-09-13 Thread Jim Perrin
I am pleased to announce the general availability of CentOS Linux 7
(1708) for AArch64/ARM64 machines.

== Changes ==
The kernel has been rebased from 4.5 to 4.11, the source for which can
be found at https://git.centos.org/summary/sig-altarch!kernel.git in the
sig-altarch7-aarch64 branch.

Additionally the following packages have been modified:

mozjs
js
libproxy
polkit
binutils

The sources for these packages can be found at
http://vault.centos.org/altarch/7.4.1708/os/Source/aarch64/Source/SPackages/


== Download ==


You can download new images and isos via
http://mirror.centos.org/altarch/7/isos/aarch64/

9c28d9f26477900dc36abd42a38c059d71b47b081a2bb6e2a30e519c092d6210
CentOS-7-aarch64-Everything.iso
d8528a83384cbb3733d3575a2a33dd0391ca8b3bdcef14b33e8cca5004059431
CentOS-7-aarch64.img.xz
3584416450c293f33f2a7aa8f9dd52dd5808f612e238a597458c1fde824540a1
CentOS-7-aarch64-NetInstall.iso
d8528a83384cbb3733d3575a2a33dd0391ca8b3bdcef14b33e8cca5004059431
CentOS-7-aarch64-rolling.img.xz
3fc69e35fce3d517adb5bcdd810ed0e85b9c17e78274c2a7ccd89bbac39ce883
CentOS-7-aarch64-rootfs-7.4.1708.tar.xz




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-announce