sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 201 forks source link

add template icon #300

Closed alfonsoalongi closed 1 year ago

alfonsoalongi commented 3 years ago

add template icon

centos-ci commented 3 years ago

Can one of the admins verify this patch?

centos-ci commented 3 years ago

Can one of the admins verify this patch?

centos-ci commented 3 years ago

Can one of the admins verify this patch?

phracek commented 2 years ago

[test][test-openshift][test-openshift-3]

yselkowitz commented 2 years ago

LGTM

phracek commented 2 years ago

@alfonsoalongi Can you please rebase this PR including common submodule? Then I will re-run tests and merge it. Thanks

alfonsoalongi commented 2 years ago

@alfonsoalongi Can you please rebase this PR including common submodule? Then I will re-run tests and merge it. Thanks

Hello, I rebased. I don't know if I followed the correct procedure. These are the instructions I performed following the guide on https://gist.github.com/ravibhure/a7e0918ff4937c9ea1c456698dcd58aa

Add the remote, call it "upstream":

git remote add upstream https://github.com/whoever/whatever.git

git remote add upstream https://github.com/sclorg/mysql-container.git

Fetch all the branches of that remote into remote-tracking branches, such as upstream/master:

git fetch upstream

Make sure that you're on your master branch:

git checkout master

Rewrite your master branch so that any commits of yours that aren't already in upstream/master are replayed on top of that other branch:

git rebase upstream/master

git pull git status git push origin master

phracek commented 2 years ago

[test-all]

phracek commented 2 years ago

Re-running tests because of infrastructure problems

[test]

phracek commented 1 year ago

[test-all]

phracek commented 1 year ago

rebased

[test-all]