Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casperklein committed Apr 8, 2024
1 parent e9cd0f7 commit f213daa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11-slim as build
FROM debian:12-slim as build

ARG PACKAGES="apache2 reprepro"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Docker image for running a Debian repository based on [this](https://wiki.debian
## Run a demo repository

# Passphrase for GPG key: insecure
docker run --rm -it -p 80:80 -v $PWD/repo-demo:/mnt:ro -e RELEASE=bullseye casperklein/debian-repo
docker run --rm -it -p 80:80 -v $PWD/repo-demo:/mnt:ro -e RELEASE=bookworm casperklein/debian-repo

## Build Docker image (optional)

Expand Down Expand Up @@ -40,7 +40,7 @@ Docker image for running a Debian repository based on [this](https://wiki.debian

4. Serve repository via HTTP

`docker run --rm -it -p 80:80 -v $PWD/myrepo:/mnt:ro -e RELEASE=bullseye casperklein/debian-repo`
`docker run --rm -it -p 80:80 -v $PWD/myrepo:/mnt:ro -e RELEASE=bookworm casperklein/debian-repo`

## Setup client

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"user": "casperklein",
"name": "debian-repo",
"image": "casperklein/debian-repo",
"version": "0.3.0"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion repo-demo/distributions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Origin: Repo Demo
Label: Repo Demo
Codename: bullseye
Codename: bookworm
Architectures: amd64
Components: main
Description: Apt repository with a dummy package
Expand Down

0 comments on commit f213daa

Please sign in to comment.