Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • docker-abuild docker-abuild
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpine
  • docker-abuilddocker-abuild
  • Issues
  • #62
Closed
Open
Created Jan 31, 2020 by Rasmus Thomsen@Cogitri

make build-edge recently broke

Seems like ALPINE_IMG isn't being replaced, when running make build-edge, as such the build breaks

rasmus@alpine ~/P/docker-abuild> make build-edge
sed 's!%%ALPINE_TAG%%!edge!;s!%%ALPINE_REL%%!edge!' \
	Dockerfile.in >| Dockerfile
DOCKER_BUILDKIT=0 docker build $DOCKER_FLAGS \
  -t alpinelinux/docker-abuild:edge-x86_64 .
Sending build context to Docker daemon  184.3kB
Step 1/10 : FROM %%ALPINE_IMG%%/alpine:edge
invalid reference format: repository name must be lowercase
make: *** [Makefile:44: build-edge] Error 1
Assignee
Assign to
Time tracking