Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
infra
infra
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards
  • alpine
  • infra
  • infrainfra
  • Issues
  • #3637

Closed
Open
Opened Dec 15, 2014 by Scrumpy Jack@ScrumpyJack
  • Report abuse
  • New issue
Report abuse New issue

lxc-alpine is broken in lxc-template on github.com/lxc/lxc

this is the broken part

if [ -z “$repository” ]; then
url=http://wiki.alpinelinux.org/cgi-bin/dl.cgi
if [ -z “$release” ]; then
echo -n “Determining the latest release… ”
release=$($wget $url/.latest.$apk_arch.txt | \
cut -d " " -f 3 | cut -d / -f 1 | uniq)
if [ -z “$release” ]; then
echo failed
return 1
fi

there is no .latest files on mirrors

(from redmine: issue id 3637, created on 2014-12-15, closed on 2015-01-30)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
3
Labels
Bug Closed Normal
Assign labels
  • View project labels
Reference: alpine/infra/infra#3637