Displaying 20 results from an estimated 7000 matches similar to: "Write content to file from Dockerfile and/or any other method"
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote:
> On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote:
>>
>> I am building a Dockerfile and I am setting up MariaDB repos as follow:
>
> This question is probably way offtopic for a CentOS mailing list.
>
>> # Setup MariaDB repos
>> RUN touch
2016 Jan 29
0
Write content to file from Dockerfile and/or any other method
On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote:
> I am building a Dockerfile and I am setting up MariaDB repos as follow:
This question is probably way offtopic for a CentOS mailing list.
> # Setup MariaDB repos
> RUN touch /etc/yum.repos.d/MariaDB.repo
>
> What's the right way to do this? The one below?
>
> echo "[mariadb]" >>
2016 Jan 29
3
SOT: Best strategy for automatize a flow that need user interaction
I am working in a Dockerfile but there is a "secure" MariaDB server script
I need to run which is interactive and I don't know how to deal with this.
Basically this is the flow I have follow on the script at test environment
and is the same I want to achieve in the Dockerfile without user
interaction by just answering as you seen on the flow below:
#
2012 Jun 01
1
problems installing parted tool
i have downloaded the CentOS distribution that comes with Xen Cloud
Platform (XCP) at http://www.xen.org/download/xcp/index.html. i am
trying to install the parted utility.
yum install parted
however, i get the following message.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
No package parted available.
Nothing to do
any ideas on what's
2006 Aug 30
2
Yum updates packages for other arch too
Hi,
I have the x86_64 arch on my server so therfore i expect that yum
updates only x86_64 packages.
With the last *yum update* i?ve noticed a strange behaviour while
retrieving the needed packeges. As you you see, yum wants install
packages for different architectures:
glibc x86_64 2.3.4-2.25 base 4.9 M
glibc i686 2.3.4-2.25 base 5.1 M
.
.
2023 May 26
2
IUS not pulling latest PHP packages
Hi,
I am running CentOS Linux release 7.9.2009 (Core) and have enabled both
epel and ius repository
- ius-release-2-1.el7.ius.noarch
- epel-release-7-14.noarch
IUS not pulling the latest PHP packages. I have ran yum clean metadata
and yum clean all commands but no luck.
The latest version is *7.4.33*
# php -v
PHP 7.4.30 (cli) (built: Jun 10 2022 16:22:42) ( NTS )
Copyright (c) The PHP
2023 May 26
1
IUS not pulling latest PHP packages
Hello,
looking at the metadata for EPEL and IUS, neither seem to carry PHP 7.4.
It is EOL anyway, so you should migrate to PHP 8.
To find out where your current PHP comes from try something like:
# rpm -qf /usr/bin/php
# rpm -qi php
I would recommend you switch to Remi's repo and upgrade to PHP 8:
https://rpms.remirepo.net/
Kind regards,
Steve
Am 26.05.2023 12:50, schrieb Kaushal
2008 Aug 21
1
YumRepo Warning: not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet
Hi all
Does anyone know what causes this error?
I have setup a local CentOS repository, with mrepo, and can succesfully use
it for updates & installation of just about anything. Yet, this error comes
up.
Here's my /etc/yum.conf:
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
[base-local]
name=CentOS-$releasever - Base
#mirrorlist=
2017 Apr 25
2
building Dovecot in Debian 9
> On Apr 25, 2017, at 2:16 PM, Peter van der Does <peter at avirtualhome.com> wrote:
>
> You might have to install the package default-libmysqlclient-dev from
> the Debian repo.
Isn?t that the MariaDB package? I don?t really want to mix MariaDB with MySQL (even though they are probably still compatible, but diverging as time passes).
Dovecot does build with
2006 Feb 11
2
FW: Unable to update
Thanks for the quick response!
Here is my yum.repos.d ->
[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
2008 Aug 07
1
Firewire/IEEE1394 support on centos.plus repro and yum update
Helo,
I'm trying to update a centos server with a kernel form the centos.plus
repro because it contain Firewire/IEEE1394 support.
But when y do a :
# yum update
The kernel from the base is more recent thant the centos plus repro
I have tried with the
http://wiki.centos.org/PackageManagement/Yum/Priorities plug-in and it
didn't take the right kernel :
2007 Jul 20
1
centosplus repo updates
Hello,
First of all thanks to the poster on the wiki for centosplus. I've
configed it added include and exclude lines, do i need the centos-priority
plugin? I want to enable centosplus to use the centosplus kernel and the
centosplus webstack. Below are my base, updates, and centosplus repo
definitions. I'm getting an error when i do a yum update that a dependency
for postfix
2020 Aug 10
1
Docker container isolation not working in CentOS 7
Le 10/08/2020 ? 17:03, Roberto Ragusa a ?crit?:
> Where is your docker coming from?
>From the CentOS repository on Docker.com:
$ head -n 7 /etc/yum.repos.d/docker-ce.repo
[docker-ce-stable]
name=Docker CE Stable - $basearch
baseurl=https://download.docker.com/linux/centos/7/$basearch/stable
enabled=1
gpgcheck=1
gpgkey=https://download.docker.com/linux/centos/gpg
Nearly all the online
2008 Jan 31
1
centosplus + priority plugin
I have a Centos 4 box that has been updated all the way to 4.6 without
using the centosplus repository.
Now I want to use the centosplus repository for Centos 4 to get the
latest LAMP, mod_perl, perl and other perl modules so that I can install
rt 3.6.6 and its necessary modules.
However, for some reason, the latest perl package in the centosplus
repository does not appear on the radar when
2015 Nov 30
2
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
Hi there, I know this is off-topic or semi off-topic but I really need some
help since I am stucked.
I'm trying to redirect MariaDB logs to `/var/log/mysql/*.log` files as
shown below on the `/etc/my.cnf.d/server.cnf` file:
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
#
# See the examples of server
2011 Mar 16
3
only one puppet client fails with yum
hello list..
I am sharing a yum configuration in a class (centos.pp) between two
nodes. But the yum configuration doesn''t apply at all to one node
even tho it does to another identically configured node.
## packages are failing to install via yum on one ec2 aws instance and
another identical ec2 instance works fine
[root@kromep2 ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
2016 Oct 28
1
aarch64 / Raspberry Pi3
Hi,
some time ago we've been asked to provide aarch64 build of qemu-kvm-ev for
CentOS Cloud SIG consumption.
We did it, and while at it we also built oVirt 4.0 VDSM dependencies for
aarch64 in CentOS Virt SIG.
Testing repositories have been created and are now publicly available:
[centos-qemu-ev-test]
name=CentOS-$releasever - QEMU EV Testing
baseurl=
2015 Nov 30
1
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
On Mon, Nov 30, 2015 at 5:50 PM, Wes James <comptekki at me.com> wrote:
> Does this help:
>
>
> http://dba.stackexchange.com/questions/98732/how-to-enable-queries-logs-in-mariadb
> <
> http://dba.stackexchange.com/questions/98732/how-to-enable-queries-logs-in-mariadb
> >
>
> did search online - maybe you need to change mysql log location that might
>
2019 Feb 09
2
CentOS 7.6 and Xen 4.6 / centos-release-xen broken
Hi,
On Sat, Feb 09, 2019 at 06:39:59PM +0200, Pasi K?rkk?inen wrote:
> Hello George,
>
> On Thu, Nov 01, 2018 at 12:06:49PM +0000, George Dunlap wrote:
> > Hey all,
> >
> > In order to make sure SIG content is "fresh", whenever a new version
> > of CentOS comes out, content is discarded automatically unless SIG
> > chairs specifically request it
2011 May 27
2
local repo
Hi all,
When I am installing I use kickstart and have a line like:
repo --name=Updates
--baseurl=http://192.168.1.14/centos/5.6/updates/x86_64/
and that works great for installing the OS.
After that the machine reboots and I have it automatically go into
additional installations running scripts.
These installations do "yum install XXX".
However, its no longer using my above repo