Regarding quay.io/coreos/coreupdate image

28 views
Skip to first unread message

Shrishma L

unread,
Mar 23, 2020, 7:18:16 AM3/23/20
to CoreOS User
Hi All,

I am trying to install coreupdate by referring to the below document and in below document it refers to image quay.io/coreos/coreupdate in coreupdate configuration and this image is no longer available in quay.io. Is there any alternative to coreupdate.


Any help would be appreciated here.

Initializing the application

The CoreUpdate web service can be run with a systemd unit file such as:

[Unit]
Description=Core Update

[Service]
User=core
ExecStartPre=-/usr/bin/docker kill coreupdate-%i
ExecStartPre=-/usr/bin/docker rm coreupdate-%i
ExecStart=/usr/bin/docker run --rm --name coreupdate-%i \
    # mount the location of the config file
    -v /etc/coreupdate:/etc/coreupdate \
    # (optional) mount the location of the package payload directory
    #-v /opt/packages:/packages \
    --net="host" \
    # container to run
    # working directory to locate dashboard
    -w /opt/coreupdate \
    quay.io/coreos/coreupdate:latest \
    # binary inside the container to execute
    /opt/coreupdate/bin/coreupdate \
    # path to configuration file
    --yaml=/etc/coreupdate/config.yaml
ExecStop=/usr/bin/docker kill coreupdate-%i


Thanks,
Shrishma

Benjamin Gilbert

unread,
Mar 24, 2020, 2:15:57 PM3/24/20
to Shrishma L, CoreOS User
On Mon, Mar 23, 2020 at 7:18 AM Shrishma L <shrishm...@gmail.com> wrote:
> I am trying to install coreupdate by referring to the below document and in below document it refers to image quay.io/coreos/coreupdate in coreupdate configuration and this image is no longer available in quay.io. Is there any alternative to coreupdate.

Hi,

CoreUpdate is no longer maintained.  CoreOS Container Linux will reach end-of-life on May 26 and will no longer receive updates after that date.  If you're using CoreUpdate to update Container Linux, please begin migrating to another operating system.  If you're using CoreUpdate to update software other than Container Linux, could you provide details?

Best,
--Benjamin Gilbert

Reply all
Reply to author
Forward
0 new messages