Skip to content

Commit

Permalink
feat: use correct URL icon
Browse files Browse the repository at this point in the history
Instead of using the default icon for the `solrwayback` instance, we now
use an icon that represents the National Library of Norway.
  • Loading branch information
trym-b committed Sep 4, 2023
1 parent c2c6113 commit 5af9837
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ico filter=lfs diff=lfs merge=lfs -text
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
matrix:
image-type: [solr, solrwayback, warc-indexer]
steps:
- name: Code checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
matrix:
image-type: [solr, solrwayback, warc-indexer]
steps:
- name: Code checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
- name: Code checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -27,8 +29,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
- name: Code checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.solrwayback
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ COPY --from=solrwayback-bundle \
COPY --from=solrwayback-bundle \
/app/solrwayback_package_${SOLRWAYBACK_VERSION}/apache-tomcat-${SOLRWAYBACK_TOMCAT_VERSION}/webapps/ROOT.war \
${CATALINA_HOME}/webapps/ROOT.war

# Set URL icon for the web application
COPY favicon.ico ${CATALINA_HOME}/webapps/solrwayback/
3 changes: 3 additions & 0 deletions favicon.ico
Git LFS file not shown

0 comments on commit 5af9837

Please sign in to comment.