Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-reproducer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
go-reproducer
Commits
76de7cca
Commit
76de7cca
authored
2 years ago
by
akwizgran
Browse files
Options
Downloads
Patches
Plain Diff
Remove references to IGNORE_EXPIRY.
parent
785451b9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!11
Simplify zip paths, update Go and NDK
Pipeline
#13452
passed with warnings
2 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
README.md
+4
-7
4 additions, 7 deletions
README.md
with
4 additions
and
8 deletions
Dockerfile
+
0
−
1
View file @
76de7cca
FROM
debian:bullseye
FROM
debian:bullseye
ARG
IGNORE_EXPIRY=0
ENV
LANG=C.UTF-8
ENV
LANG=C.UTF-8
ENV
DEBIAN_FRONTEND=noninteractive
ENV
DEBIAN_FRONTEND=noninteractive
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
7
View file @
76de7cca
...
@@ -55,13 +55,10 @@ Build our Docker image:
...
@@ -55,13 +55,10 @@ Build our Docker image:
docker build -t briar/go-reproducer go-reproducer
docker build -t briar/go-reproducer go-reproducer
Building the image might fail due to expired Debian packages.
To ensure reproducibility we build the image from a fixed snapshot of Debian
You can disable the expiry check by adding a build argument:
and ignore expiry warnings for Debian packages. This means the build process
inside the Docker container may use outdated packages that could contain
docker build --build-arg IGNORE_EXPIRY=1 -t briar/go-reproducer go-reproducer
known vulnerabilities.
However, note that this might expose the build process to MITM attacks
which inject outdated vulnerable packages.
### Run the verification
### Run the verification
...
...
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