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 (5)
...@@ -3,7 +3,7 @@ name: Create GitHub Release after GitLab tag mirror ...@@ -3,7 +3,7 @@ name: Create GitHub Release after GitLab tag mirror
on: on:
push: push:
tags: tags:
- '*' - '[0-9]+.[0-9]+.[0-9]+'
jobs: jobs:
release: release:
......
...@@ -4,11 +4,11 @@ stages: ...@@ -4,11 +4,11 @@ stages:
- build - build
services: services:
- name: griefed/gitlab-ci-cd:2.0.1 - name: griefed/gitlab-ci-cd:2.0.2
alias: docker alias: docker
command: ["--experimental"] command: ["--experimental"]
image: griefed/gitlab-ci-cd:2.0.1 image: griefed/gitlab-ci-cd:2.0.2
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
......
### [2.1.4](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/2.1.3...2.1.4) (2022-02-22)
### 🦊 CI/CD
* Update installed packages. ([226a610](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/226a610e9a620ced72fb042646a372e24650ba13))
* **GitHub:** Correctly execute (pre)release actions when tags are pushed. ([d0a639d](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/d0a639d9c988e51d9b4eff5d564d3b3d193debf2))
### Other
* **deps:** update griefed/gitlab-ci-cd docker tag to v2.0.2 ([1e6ba22](https://git.griefed.de/prosper/docker-baseimage-ubuntu/commit/1e6ba228e73b1c86dfc08150352f9ba14a9e3bef))
### [2.1.3](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/2.1.2...2.1.3) (2022-02-15) ### [2.1.3](https://git.griefed.de/prosper/docker-baseimage-ubuntu/compare/2.1.2...2.1.3) (2022-02-15)
......
...@@ -3,7 +3,7 @@ alsa-topology-conf/now 1.2.2-1 all [installed,local] ...@@ -3,7 +3,7 @@ alsa-topology-conf/now 1.2.2-1 all [installed,local]
alsa-ucm-conf/now 1.2.2-1ubuntu0.11 all [installed,local] alsa-ucm-conf/now 1.2.2-1ubuntu0.11 all [installed,local]
apt/now 2.0.6 amd64 [installed,local] apt/now 2.0.6 amd64 [installed,local]
apt-utils/now 2.0.6 amd64 [installed,local] apt-utils/now 2.0.6 amd64 [installed,local]
base-files/now 11ubuntu5.4 amd64 [installed,local] base-files/now 11ubuntu5.5 amd64 [installed,local]
base-passwd/now 3.5.47 amd64 [installed,local] base-passwd/now 3.5.47 amd64 [installed,local]
bash/now 5.0-6ubuntu1.1 amd64 [installed,local] bash/now 5.0-6ubuntu1.1 amd64 [installed,local]
bsdutils/now 1:2.34-0.1ubuntu9.3 amd64 [installed,local] bsdutils/now 1:2.34-0.1ubuntu9.3 amd64 [installed,local]
...@@ -67,7 +67,7 @@ libdb5.3/now 5.3.28+dfsg1-0.6ubuntu2 amd64 [installed,local] ...@@ -67,7 +67,7 @@ libdb5.3/now 5.3.28+dfsg1-0.6ubuntu2 amd64 [installed,local]
libdebconfclient0/now 0.251ubuntu1 amd64 [installed,local] libdebconfclient0/now 0.251ubuntu1 amd64 [installed,local]
libedit2/now 3.1-20191231-1 amd64 [installed,local] libedit2/now 3.1-20191231-1 amd64 [installed,local]
liberror-perl/now 0.17029-1 all [installed,local] liberror-perl/now 0.17029-1 all [installed,local]
libexpat1/now 2.2.9-1build1 amd64 [installed,local] libexpat1/now 2.2.9-1ubuntu0.2 amd64 [installed,local]
libext2fs2/now 1.45.5-2ubuntu1 amd64 [installed,local] libext2fs2/now 1.45.5-2ubuntu1 amd64 [installed,local]
libfdisk1/now 2.34-0.1ubuntu9.3 amd64 [installed,local] libfdisk1/now 2.34-0.1ubuntu9.3 amd64 [installed,local]
libffi7/now 3.3-4 amd64 [installed,local] libffi7/now 3.3-4 amd64 [installed,local]
......