Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 832 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 832 Bytes

Docker Compose Resources

Images

Scripts

ref: Makefile

  • build and push image: make all [tag=latest]
  • build image: make build [tag=latest]
  • push image: make push [tag=latest]
  • run container: make run [tag=latest]
  • list all tags: make | make list

Tips

issue

  • admin com.sonatype.nexus.plugins.outreach.internal.outreach.SonatypeOutreach - Could not download page bundle
    • disable Administration -> System -> Capabilities

Ref