This repository was archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
feat(ci): use unique tags when pushing to hub #140
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- tags are based on build date using YYYYMMDDHHMM - main label does not change, only specific ones Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
940cda8 to
39ed44a
Compare
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
39ed44a to
2312764
Compare
Member
Author
theseion
suggested changes
Sep 15, 2022
Contributor
|
I'm now getting image build errors: > [apache linux/arm64 build 2/7] RUN set -eux; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get update -qq; apt-get install -y -qq --no-install-recommends --no-install-suggests automake ca-certificates g++ git libapr1-dev libaprutil1-dev libcurl4-gnutls-dev libpcre++-dev libtool libxml2-dev libyajl-dev lua5.2-dev make pkgconf wget:
#0 0.048 + echo debconf debconf/frontend select Noninteractive
#0 0.048 + debconf-set-selections
#0 0.107 + apt-get update -qq
#0 30.44 W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Could not connect to deb.debian.org:80 (151.101.14.132), connection timed out
#0 30.44 W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Unable to connect to deb.debian.org:80:
#0 30.44 W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Unable to connect to deb.debian.org:80:
#0 30.44 W: Some index files failed to download. They have been ignored, or old ones used instead.
#0 30.45 + apt-get install -y -qq --no-install-recommends --no-install-suggests automake ca-certificates g++ git libapr1-dev libaprutil1-dev libcurl4-gnutls-dev libpcre++-dev libtool libxml2-dev libyajl-dev lua5.2-dev make pkgconf wget
#0 30.51 E: Unable to locate package automake
#0 30.51 E: Unable to locate package git
#0 30.51 E: Unable to locate package libapr1-dev
#0 30.51 E: Unable to locate package libaprutil1-dev
#0 30.51 E: Unable to locate package libcurl4-gnutls-dev
#0 30.51 E: Unable to locate package libpcre++-dev
#0 30.51 E: Couldn't find any package by regex 'libpcre++-dev'
#0 30.51 E: Unable to locate package libtool
#0 30.51 E: Unable to locate package libxml2-dev
#0 30.51 E: Unable to locate package libyajl-dev
#0 30.51 E: Unable to locate package lua5.2-dev
#0 30.51 E: Couldn't find any package by glob 'lua5.2-dev'
#0 30.51 E: Couldn't find any package by regex 'lua5.2-dev'
#0 30.51 E: Unable to locate package make
#0 30.51 E: Unable to locate package pkgconf
#0 30.51 E: Unable to locate package wget |
Member
Author
|
Works for me: 🤷 Maybe a temp network problem there? |
Co-authored-by: Max Leske <th3s3ion@gmail.com> Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
25838db to
eaa7314
Compare
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
theseion
suggested changes
Sep 16, 2022
Contributor
Seems like it... Works now. |
|
Looks nice. Will it apply for Nginx-based build also? :) |
Contributor
|
@andrei-piarainc this is for all our images, yes. @fzipi I've built all of the image variants (took about 3 hours :) ). Looks good. |
Co-authored-by: Max Leske <th3s3ion@gmail.com>
This was referenced Sep 16, 2022
theseion
reviewed
Sep 17, 2022
1a8de62 to
f93c04b
Compare
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
f93c04b to
1036a7b
Compare
theseion
approved these changes
Sep 17, 2022
Contributor
theseion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Great work!
Member
Author
|
Thanks! Another thing that I really like is that we are baking it with labels: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Signed-off-by: Felipe Zipitria felipe.zipitria@owasp.org