Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • prosper/docker-baseimage-ubuntu
1 result
Show changes
Commits on Source (3)
## [1.2.0](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/1.1.1...1.2.0) (2021-06-28)
### 🚀 Features
* Add zip to per default installed packages ([abb146f](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/abb146f44285b46fdc0dd24197765d7d8ff02bcc))
### Other
* Inform users/visitors about move to GitLab ([b08174f](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/b08174fce7d1389c5624e7ddeb5fb5219d79c5be))
### [1.1.1](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/1.1.0...1.1.1) (2021-06-25)
......
......@@ -112,7 +112,8 @@ RUN \
tar \
tzdata \
unzip \
vim && \
vim \
zip && \
echo "**** Generate locale ****" && \
locale-gen en_US.UTF-8 && \
echo "**** Create grfd user and make our folders ****" && \
......
[![griefed](https://i.griefed.de/images/2021/03/11/www.griefed.de.png)](https://www.griefed.de)
# Sources, GitHub, GitLab and Mirroring and all that good stuff
Repositories on GitHub are now for issues only. I've set up my own installation of GitLab and moved all my repositories over to [Git.Griefed.de](https://git.griefed.de/users/Griefed/projects). Make sure to check there first for the latest code before opening an issue on GitHub.
For questions, you can always join my [Discord server](https://discord.griefed.de) and talk to me there.
---
**A custom baseimage built with the [Ubuntu cloud image](https://partner-images.canonical.com/core/focal/) and [S6-overlay](https://github.com/just-containers/s6-overlay)..**
[[_TOC_]]
......