Skip to content

Commit

Permalink
feat: add 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Feb 2, 2024
1 parent 50bfc8d commit b09fc59
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ jobs:
tags: |
blacktop/ghidra:11
blacktop/ghidra:11.0
blacktop/ghidra:11.0.0
blacktop/ghidra:11.0.1
blacktop/ghidra:latest
ghcr.io/blacktop/ghidra:11
ghcr.io/blacktop/ghidra:11.0
ghcr.io/blacktop/ghidra:11.0.0
ghcr.io/blacktop/ghidra:11.0.1
ghcr.io/blacktop/ghidra:latest
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -115,11 +115,11 @@ jobs:
tags: |
blacktop/ghidra:11-alpine
blacktop/ghidra:11.0-alpine
blacktop/ghidra:11.0.0-alpine
blacktop/ghidra:11.0.1-alpine
blacktop/ghidra:alpine
ghcr.io/blacktop/ghidra:11-alpine
ghcr.io/blacktop/ghidra:11.0-alpine
ghcr.io/blacktop/ghidra:11.0.0-alpine
ghcr.io/blacktop/ghidra:11.0.1-alpine
ghcr.io/blacktop/ghidra:alpine
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
6 changes: 3 additions & 3 deletions 11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM gradle:jdk17 as builder

RUN apt-get update && apt-get install -y curl git bison flex build-essential unzip

ENV VERSION 11.0_PUBLIC
ENV GHIDRA_SHA f1f240f91cf6b1dffc9a4148384ee3c6b269a8ae27c6f981577973e00043ad94
ENV GHIDRA_URL https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222.zip
ENV VERSION 11.0.1_PUBLIC
ENV GHIDRA_SHA a0bc9450aa3a231096b13a823c66311b9f84cb9cec4624393221cfed40ef6924
ENV GHIDRA_URL https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build/ghidra_11.0.1_PUBLIC_20240130.zip

RUN apt-get update && apt-get install -y fontconfig libxrender1 libxtst6 libxi6 wget unzip python3-requests --no-install-recommends \
&& wget --progress=bar:force -O /tmp/ghidra.zip ${GHIDRA_URL} \
Expand Down
6 changes: 3 additions & 3 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM gradle:jdk17 as builder

RUN apt-get update && apt-get install -y curl git bison flex build-essential unzip

ENV VERSION 11.0_PUBLIC
ENV GHIDRA_SHA f1f240f91cf6b1dffc9a4148384ee3c6b269a8ae27c6f981577973e00043ad94
ENV GHIDRA_URL https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0_build/ghidra_11.0_PUBLIC_20231222.zip
ENV VERSION 11.0.1_PUBLIC
ENV GHIDRA_SHA a0bc9450aa3a231096b13a823c66311b9f84cb9cec4624393221cfed40ef6924
ENV GHIDRA_URL https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.1_build/ghidra_11.0.1_PUBLIC_20240130.zip

RUN apt-get update && apt-get install -y fontconfig libxrender1 libxtst6 libxi6 wget unzip python3-requests --no-install-recommends \
&& wget --progress=bar:force -O /tmp/ghidra.zip ${GHIDRA_URL} \
Expand Down

0 comments on commit b09fc59

Please sign in to comment.