File tree Expand file tree Collapse file tree 8 files changed +7
-294
lines changed Expand file tree Collapse file tree 8 files changed +7
-294
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ LABEL maintainer=devpow112
93
93
LABEL org.opencontainers.image.authors=devpow112
94
94
LABEL org.opencontainers.image.title='Docker Ubuntu (Base)'
95
95
LABEL org.opencontainers.image.description='Ubuntu docker container for use as base for other containers.'
96
- LABEL org.opencontainers.image.documentation=https://github.com/devpow112/docker-base-ubuntu#readme
96
+ LABEL org.opencontainers.image.documentation=https://github.com/devpow112/docker-base-ubuntu/tree/release/jammy #readme
97
97
LABEL org.opencontainers.image.licenses=MIT
98
- LABEL org.opencontainers.image.source=https://github.com/devpow112/docker-base-ubuntu
99
- LABEL org.opencontainers.image.url=https://github.com/devpow112/docker-base-ubuntu
98
+ LABEL org.opencontainers.image.source=https://github.com/devpow112/docker-base-ubuntu/tree/release/jammy
99
+ LABEL org.opencontainers.image.url=https://github.com/devpow112/docker-base-ubuntu/tree/release/jammy
100
100
LABEL org.opencontainers.image.vendor=devpow112
101
101
LABEL org.opencontainers.image.created=${BUILD_DATETIME}
102
102
LABEL org.opencontainers.image.revision=${BUILD_REVISION}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ standard [Ubuntu][Ubuntu Container] container.
41
41
This is the intended usage.
42
42
43
43
``` dockerfile
44
- FROM ghcr.io/devpow112/base-ubuntu:latest
44
+ FROM ghcr.io/devpow112/base-ubuntu:jammy
45
45
46
46
...
47
47
```
@@ -54,13 +54,13 @@ testing with.
54
54
``` console
55
55
docker run --it --rm \
56
56
--entrypoint /bin/bash \
57
- ghcr.io/devpow112/base-ubuntu:latest
57
+ ghcr.io/devpow112/base-ubuntu:jammy
58
58
```
59
59
60
60
<!-- links -->
61
61
[ License ] : https://img.shields.io/github/license/devpow112/docker-base-ubuntu?label=License
62
- [ Release Badge ] : https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml/badge.svg?branch=main
63
- [ Release Workflow ] : https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml?query=branch%3Amain
62
+ [ Release Badge ] : https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml/badge.svg?branch=release%2Fjammy
63
+ [ Release Workflow ] : https://github.com/devpow112/docker-base-ubuntu/actions/workflows/release.yml?query=branch%3Arelease%2Fjammy
64
64
[ Ubuntu ] : https://ubuntu.com
65
65
[ Docker Buildx ] : https://docs.docker.com/buildx/working-with-buildx
66
66
[ Docker CLI ] : https://docs.docker.com/engine/reference/commandline/build
You can’t perform that action at this time.
0 commit comments