misc tweaks
This commit is contained in:
parent
0d6c37d0f8
commit
28e36259a5
@ -2,7 +2,7 @@ FROM ubuntu:bionic
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-pip gpgv1 gnupg1 gpg sudo wget git && \
|
||||
useradd artifactd
|
||||
useradd artifact
|
||||
|
||||
ADD . /tmp/code
|
||||
|
||||
|
@ -4,7 +4,11 @@ docker-artifact
|
||||
|
||||
Software repository server
|
||||
|
||||
Artifactd provides an HTTP API for repository management. Currently, Python and Apt repositories are supported.
|
||||
Artifactd provides an HTTP API for repository management. Supported repository formats are:
|
||||
|
||||
- Python (Pypi)
|
||||
- Apt
|
||||
- Generic tarball
|
||||
|
||||
|
||||
Quickstart
|
||||
|
Loading…
x
Reference in New Issue
Block a user