Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hopper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrey Kovalev
hopper
Commits
700392ed
Commit
700392ed
authored
5 months ago
by
Andrey Kovalev
Browse files
Options
Downloads
Patches
Plain Diff
Containerfile: add HOPPER_COMMIT
parent
9db65efc
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Containerfile
+3
-1
3 additions, 1 deletion
Containerfile
with
3 additions
and
1 deletion
Containerfile
+
3
−
1
View file @
700392ed
FROM
gitea.basealt.ru/sdl-oci-images/base:latest
ENV
HOPPER_COMMIT="189cb7505906941c990a40f57f03a0bdc5e8d7fa"
LABEL
org.opencontainers.image.authors="Egor Ignatov <egori@altlinux.org>"
RUN
apt-repo add 343849
&&
apt-get update
&&
\
...
...
@@ -7,7 +9,7 @@ RUN apt-repo add 343849 && apt-get update && \
WORKDIR
/opt
RUN
git clone https://gitlab.basealt.space/fuzzing/fuzzers/hopper.git
&&
\
cd
hopper
&&
sh
-e
./build.sh
cd
hopper
&&
git checkout
$HOPPER_COMMIT
&&
sh
-e
./build.sh
ENV
PATH="${PATH}:/opt/hopper"
RUN
sed
-i
-e
'/^PATH=/ s|$|:/opt/hopper|'
/root/.bashrc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment